Skip to content

Commit e6878d8

Browse files
authored
Merge pull request #138 from sysulq/dependabot/github_actions/actions/checkout-4.1.5
2 parents fbcac2e + 97b1df5 commit e6878d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

+1-1
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/[email protected].2
29+
uses: actions/[email protected].5
3030

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

.github/workflows/release.yml

+1-1
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/[email protected].2
26+
uses: actions/[email protected].5
2727

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

0 commit comments

Comments
 (0)