diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 69c104c..65cf16b 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -34,7 +34,7 @@ jobs: container: image: perl:${{ matrix.perl-version }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: perl -V run: perl -V - name: Install Dependencies diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index d55a107..f9d1dee 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -32,7 +32,7 @@ jobs: # - '5.12' - '5.10' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup perl uses: shogo82148/actions-setup-perl@v1 with: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index b49335e..abaa3a7 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -39,7 +39,7 @@ jobs: run: | git config --global core.autocrlf false git config --global core.eol lf - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: perl -V run: perl -V - name: Ensure old Strawberries have a good toolchain