Skip to content

Commit c12edaa

Browse files
authored
Merge pull request #167 from sysulq/dependabot/github_actions/actions-deps-a9bb80ae19
build(deps): bump actions/checkout from 4.2.0 to 4.2.1 in the actions-deps group
2 parents c785a28 + 199fc4d commit c12edaa

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)