Skip to content

Commit 4d790a7

Browse files
chore(gha): bump actions/checkout from 4 to 5 (#140)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c5b44aa commit 4d790a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: go
1919

2020
- name: Check out code into the Go module directory
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- name: Build
2424
run: make build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414

1515
- name: Set up Go
1616
uses: actions/setup-go@v6

0 commit comments

Comments
 (0)