From 65e9759ddf86f3164d130b763f3a993e9d471ad0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 19:35:34 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/fhem_test.yml | 4 ++-- .github/workflows/perlCritic.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/fhem_test.yml b/.github/workflows/fhem_test.yml index 63a20a2..d0f128a 100644 --- a/.github/workflows/fhem_test.yml +++ b/.github/workflows/fhem_test.yml @@ -21,7 +21,7 @@ jobs: run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/*/})" id: extract_branch - name: Checkout Repostory - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: update controls files @@ -54,7 +54,7 @@ jobs: name: Perl ${{ matrix.perl }} on ${{ matrix.os }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: shogo82148/actions-setup-perl@v1.35.0 with: perl-version: ${{ matrix.perl }} diff --git a/.github/workflows/perlCritic.yml b/.github/workflows/perlCritic.yml index 56e6436..0a018bc 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@v5 + uses: actions/checkout@v6 - uses: shogo82148/actions-setup-perl@v1.35.0 with: perl-version: 5.32