Skip to content

Commit 11ad621

Browse files
Update github actions dependencies to v6
1 parent 6995f0f commit 11ad621

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
env:
1313
IMAGE: docker.io/${{ github.repository }}
1414
steps:
15-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
15+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1616
with:
1717
fetch-depth: "0"
1818
- name: Set version latest

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
lint:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
11+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1212
with:
1313
fetch-depth: "0"
1414
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
@@ -22,7 +22,7 @@ jobs:
2222
tests:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
25+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2626
with:
2727
fetch-depth: "0"
2828
- name: Build image
@@ -31,7 +31,7 @@ jobs:
3131
docs:
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
34+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3535
with:
3636
fetch-depth: "0"
3737
- name: Check Docs

0 commit comments

Comments
 (0)