Skip to content

Commit b598d9d

Browse files
Update actions/checkout action to v6
1 parent b5d1e8c commit b598d9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v5.0.0
17+
uses: actions/checkout@v6.0.0
1818

1919
- name: Golangci-lint
2020
uses: golangci/[email protected]
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-24.04
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v5.0.0
27+
uses: actions/checkout@v6.0.0
2828
with:
2929
fetch-depth: 0
3030

0 commit comments

Comments
 (0)