Merge pull request #33 from offendingcommit/dependabot/github_actions/actions/checkout-6

chore(ci)(deps): bump actions/checkout from 4 to 6
This commit is contained in:
Offending Commit
2026-05-29 10:31:57 -05:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ jobs:
name: Lint, type-check, test & build name: Lint, type-check, test & build
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
- uses: ./.github/actions/setup - uses: ./.github/actions/setup
@@ -27,7 +27,7 @@ jobs:
issues: write issues: write
pull-requests: write pull-requests: write
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
token: ${{ secrets.RELEASE_TOKEN }} token: ${{ secrets.RELEASE_TOKEN }}

View File

@@ -30,7 +30,7 @@ jobs:
contents: write contents: write
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
with: with:
ref: ${{ github.event.inputs.tag || github.ref }} ref: ${{ github.event.inputs.tag || github.ref }}