diff --git a/.github/workflows/git-commit-data-action.yml b/.github/workflows/git-commit-data-action.yml index c6a812a..696a11b 100644 --- a/.github/workflows/git-commit-data-action.yml +++ b/.github/workflows/git-commit-data-action.yml @@ -9,7 +9,7 @@ jobs: script-testing: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: # Need to download all history in order # to make the tests work properly @@ -27,7 +27,7 @@ jobs: - macos-latest - windows-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: ./ - name: Output run: | @@ -60,7 +60,7 @@ jobs: concurrency: group: release-${{ github.ref }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 281e1cc..9e52f7a 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -15,7 +15,7 @@ jobs: statuses: write steps: - name: Checkout Code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: # Full git history is needed to get a proper # list of changed files within `super-linter`