diff --git a/.github/workflows/fhem_test.yml b/.github/workflows/fhem_test.yml index 7001c34..5a4680b 100644 --- a/.github/workflows/fhem_test.yml +++ b/.github/workflows/fhem_test.yml @@ -10,7 +10,7 @@ jobs: perl: [ '5.22', '5.24', '5.26','5.28' ] name: Perl ${{ matrix.perl }} on ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 with: fetch-depth: 0 - uses: shogo82148/actions-setup-perl@v1.20.1 diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 86012f3..5a66bf2 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -16,7 +16,7 @@ jobs: run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" id: extract_branch - name: Checkout Repostory - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: update controls files uses: fhem/fhem-controls-actions@v2.1.1 with: