diff --git a/.github/workflows/superlinter.yml b/.github/workflows/superlinter.yml index b849dbe..57e3a3e 100644 --- a/.github/workflows/superlinter.yml +++ b/.github/workflows/superlinter.yml @@ -37,7 +37,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` diff --git a/.github/workflows/test-local-action.yml b/.github/workflows/test-local-action.yml index 463ab66..b3a9040 100644 --- a/.github/workflows/test-local-action.yml +++ b/.github/workflows/test-local-action.yml @@ -9,7 +9,7 @@ jobs: name: Test with normal setup runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run the local action from the checked out branch id: action-lint @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-latest needs: test-local-action steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run the local action from the checked out branch id: action-lint diff --git a/.github/workflows/update-actionlint.yml b/.github/workflows/update-actionlint.yml index 5d2d440..57a037c 100644 --- a/.github/workflows/update-actionlint.yml +++ b/.github/workflows/update-actionlint.yml @@ -16,7 +16,7 @@ jobs: contents: write pull-requests: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: fregante/setup-git-user@77c1b5542f14ab6db4b8462d6857e31deb988b09 # v2.0.1 - shell: pwsh