Skip to content

Commit 71ae2e5

Browse files
Update actions/checkout action to v4
1 parent 0ee1dc4 commit 71ae2e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/go-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
go-version: [ '1.18.x', '1.19.x', '1.20.x' ]
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
#
1818
- name: Setup Go ${{ matrix.go-version }}
1919
uses: actions/setup-go@v3

.github/workflows/go-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
go-version: [ '1.18.x', '1.19.x', '1.20.x' ]
1313
#
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: Setup Go ${{ matrix.go-version }}
1717
uses: actions/setup-go@v3
1818
with:

.github/workflows/jekyll-gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131
- name: Setup Pages
3232
uses: actions/configure-pages@v3
3333
- name: Build with Jekyll

0 commit comments

Comments
 (0)