From 006842687e1e42b518b95b302201d6726bcbfc5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 05:04:42 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout 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 ec46072..6ca1347 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@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: update controls files @@ -62,7 +62,7 @@ jobs: # # name: Perl ${{ matrix.perl }} on ${{ matrix.os }} # steps: -# - uses: actions/checkout@v3 +# - uses: actions/checkout@v4 # - 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 39d44e5..c528a7e 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@v3 + uses: actions/checkout@v4 - uses: shogo82148/actions-setup-perl@v1.23.1 with: perl-version: 5.32