Skip to content

Commit d7dc6de

Browse files
Update actions/checkout action to v6
1 parent e450f12 commit d7dc6de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/go-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
go-version: [ '1.21.x', '1.22.x', '1.23.x' ]
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v6
1717
#
1818
- name: Setup Go ${{ matrix.go-version }}
1919
uses: actions/setup-go@v3

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
go-version: [ '1.21.x', '1.22.x', '1.23.x' ]
1313
#
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v6
1616
- name: Setup Go ${{ matrix.go-version }}
1717
uses: actions/setup-go@v3
1818
with:

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

Lines changed: 1 addition & 1 deletion
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@v6
3131
- name: Setup Pages
3232
uses: actions/configure-pages@v3
3333
- name: Build with Jekyll

0 commit comments

Comments
 (0)