diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 249cb8a..6eaa107 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -39,7 +39,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 66509f4..3c09379 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -22,7 +22,7 @@ jobs: perl: ['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@v3 + - uses: actions/checkout@v4 - uses: codecov/codecov-action@v3 - name: Setup perl uses: shogo82148/actions-setup-perl@v1 diff --git a/.github/workflows/strawberry.yml b/.github/workflows/strawberry.yml index ed71af5..da1b64c 100644 --- a/.github/workflows/strawberry.yml +++ b/.github/workflows/strawberry.yml @@ -21,7 +21,7 @@ jobs: perl: ['5.32', '5.30', '5.28'] name: Perl ${{ matrix.perl }} on ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: codecov/codecov-action@v3 - name: Setup perl uses: shogo82148/actions-setup-perl@v1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7b79434..949cd36 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: perl: ['5.36', '5.34', '5.32', '5.30', '5.28', '5.22'] name: Perl ${{ matrix.perl }} on ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup perl uses: shogo82148/actions-setup-perl@v1 with: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 945c69e..55ecf09 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -21,7 +21,7 @@ jobs: perl: ['5.38', '5.36', '5.34', '5.32', '5.30', '5.28'] name: Perl ${{ matrix.perl }} on ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: codecov/codecov-action@v3 - name: Setup perl uses: shogo82148/actions-setup-perl@v1