Skip to content

Commit 780bd59

Browse files
build(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#195)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2d44b5c commit 780bd59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id: go
1717

1818
- name: Checkout code
19-
uses: actions/[email protected].0
19+
uses: actions/[email protected].1
2020

2121
- name: Download dependencies
2222
run: go mod download
@@ -44,7 +44,7 @@ jobs:
4444
id: go
4545

4646
- name: Checkout code
47-
uses: actions/[email protected].0
47+
uses: actions/[email protected].1
4848

4949
- name: Download dependencies
5050
run: go mod download

0 commit comments

Comments
 (0)