Skip to content

Commit 01b55e6

Browse files
Merge pull request #50 from wiremock/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 1e0beac + 314c5d0 commit 01b55e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- "1.23"
1717
- "1.24"
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020

2121
- name: Set up Go
2222
uses: actions/setup-go@v3

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- goarch: arm64
2323
goos: windows
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- uses: wangyoucao577/go-release-action@v1
2727
with:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -36,7 +36,7 @@ jobs:
3636
name: Update the go.dev package
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/checkout@v3
39+
- uses: actions/checkout@v4
4040
with:
4141
ref: ${{ github.ref_name }}
4242
- name: Publish doc to go.dev packages

0 commit comments

Comments
 (0)