Merge pull request #106 from foomo/dependabot/github_actions/github-actions-a331d3ec2d

chore(deps): bump actions/checkout from 4 to 5 in the github-actions group
This commit is contained in:
Kevin Franklin Kim
2025-08-26 08:12:54 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/setup-go@v5
with:

View File

@@ -13,7 +13,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Unshallow
run: git fetch --prune --unshallow