Skip to content

Commit 33ba224

Browse files
Update actions/checkout action to v7
1 parent 0fa3bf1 commit 33ba224

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-24.04
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v6.0.2
20+
uses: actions/checkout@v7.0.1
2121

2222
- name: Set up Go
2323
uses: actions/setup-go@v6.4.0
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-24.04
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v6.0.2
36+
uses: actions/checkout@v7.0.1
3737

3838
- name: Golangci-lint
3939
uses: golangci/golangci-lint-action@v9.2.0
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-24.04
4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v6.0.2
46+
uses: actions/checkout@v7.0.1
4747
with:
4848
fetch-depth: 0
4949

0 commit comments

Comments
 (0)