Merge pull request #251 from foomo/dependabot/github_actions/github-actions-3ffaa8ed61
Some checks failed
Test / test (push) Has been cancelled

chore(deps): bump the github-actions group across 1 directory with 2 updates
This commit is contained in:
Kevin Franklin Kim 2025-09-29 08:57:12 +02:00 committed by GitHub
commit 65d5d6ee49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -15,9 +15,9 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/setup-go@v5
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'

View File

@ -13,12 +13,12 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Unshallow
run: git fetch --prune --unshallow
- uses: actions/setup-go@v5
- uses: actions/setup-go@v6
with:
go-version-file: go.mod