diff --git a/.github/workflows/perlcritic.yml b/.github/workflows/perlcritic.yml index d8740d5..569bd38 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.41.1 with: perl-version: 5.32 diff --git a/.github/workflows/prove.yml b/.github/workflows/prove.yml index 708cdb6..3c0ada5 100644 --- a/.github/workflows/prove.yml +++ b/.github/workflows/prove.yml @@ -23,7 +23,7 @@ jobs: perl: [ '5.24', '5.28','5.32' ] name: Perl ${{ matrix.perl }} on ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: shogo82148/actions-setup-perl@v1.41.1 with: perl-version: ${{ matrix.perl }} diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 40c4aa9..567169a 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -17,7 +17,7 @@ jobs: run: echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_OUTPUT - name: Checkout Repostory - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: update controls files