From c367385a9e9f442edcd2294141635e4a91f713ff Mon Sep 17 00:00:00 2001 From: Nicolai Antiferov Date: Tue, 14 Apr 2026 11:34:30 +0300 Subject: [PATCH] chore: Update actions/checkout dependency to v6 fix: #45 --- .github/workflows/test.yaml | 6 +++--- action.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7bb0949..ca41379 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Run tests env: GITHUB_TOKEN: ${{ github.token }} @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Run tests env: GITHUB_TOKEN: ${{ github.token }} @@ -39,7 +39,7 @@ jobs: matrix-length: ${{ steps.neo.outputs.matrix-length }} steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Generate matrix id: neo uses: ./ diff --git a/action.yml b/action.yml index 441fd26..27f98dd 100644 --- a/action.yml +++ b/action.yml @@ -29,7 +29,7 @@ runs: steps: # required to compare the pattern on the files in the repo - if: inputs.defaults || inputs.default-patterns != '' - uses: actions/checkout@v4 + uses: actions/checkout@v6 - id: neo shell: bash