Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7808fa0

Browse files
authoredMay 7, 2024··
Bump actions/checkout from 4.1.1 to 4.1.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.1...v4.1.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9c6d6db commit 7808fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
test:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4.1.1
11+
- uses: actions/checkout@v4.1.5
1212
- uses: actions/setup-go@v5
1313
with:
1414
go-version: "1.17"

0 commit comments

Comments
 (0)
Please sign in to comment.