diff --git a/.github/workflows/fhem_test.yml b/.github/workflows/fhem_test.yml index af90be4..7899936 100644 --- a/.github/workflows/fhem_test.yml +++ b/.github/workflows/fhem_test.yml @@ -21,7 +21,7 @@ jobs: run: echo "branch=$(echo ${GITHUB_REF#refs/*/})" >> $GITHUB_OUTPUT id: extract_branch - name: Checkout Repostory - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: update controls files @@ -85,7 +85,7 @@ jobs: # # name: Perl ${{ matrix.perl }} on ${{ matrix.os }} # steps: -# - uses: actions/checkout@v6 +# - uses: actions/checkout@v7 # - uses: shogo82148/actions-setup-perl@v1.20.1 # with: # perl-version: ${{ matrix.perl }} diff --git a/.github/workflows/perlCritic.yml b/.github/workflows/perlCritic.yml index bd70574..37e7e5c 100644 --- a/.github/workflows/perlCritic.yml +++ b/.github/workflows/perlCritic.yml @@ -11,7 +11,7 @@ jobs: if: github.event_name == 'pull_request' steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: shogo82148/actions-setup-perl@v1.42.0 with: perl-version: 5.32