Skip to content

Commit 199fc4d

Browse files
build(deps): bump actions/checkout in the actions-deps group
Bumps the actions-deps group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.2.0 to 4.2.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c785a28 commit 199fc4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: go
2727

2828
- name: Check out code into the Go module directory
29-
uses: actions/checkout@v4.2.0
29+
uses: actions/checkout@v4.2.1
3030

3131
- uses: actions/cache@v4
3232
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id: go
2424

2525
- name: Check out code into the Go module directory
26-
uses: actions/checkout@v4.2.0
26+
uses: actions/checkout@v4.2.1
2727

2828
- uses: actions/cache@v4
2929
with:

0 commit comments

Comments
 (0)