Skip to content

Commit 91a98e6

Browse files
Merge pull request #9 from jovandeginste/dependabot/github_actions/all-a331d3ec2d
Bump actions/checkout from 4 to 5 in the all group
2 parents 5425749 + 7de5122 commit 91a98e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- goarch: arm64
2525
goos: windows
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
- name: Set BUILD_TIME env
2929
run: echo BUILD_TIME=$(TZ=UTC0 git show --quiet --date=iso-local --format="%cd") >> ${GITHUB_ENV}
3030

.github/workflows/test.yml

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

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

0 commit comments

Comments
 (0)