diff --git a/.github/workflows/dashboard.yml b/.github/workflows/dashboard.yml index 9d37082..7c49300 100644 --- a/.github/workflows/dashboard.yml +++ b/.github/workflows/dashboard.yml @@ -19,7 +19,7 @@ jobs: perl: ["5.40"] steps: # Checkout repository - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c09b2fa..a790dc6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: perl: ['5.40', '5.38', '5.36', '5.34', '5.32', '5.30', '5.28', '5.22'] name: Perl ${{ matrix.perl }} on ${{ matrix.os }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup Perl uses: shogo82148/actions-setup-perl@v1 with: