Skip to content

Commit dc17f16

Browse files
committed
chore(deps): update actions/checkout action to v7
1 parent 250a2fd commit dc17f16

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v7
1818

1919
- name: Set up Go
2020
uses: actions/setup-go@v6

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@v6
38+
uses: actions/checkout@v7
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL

.github/workflows/create-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
goarch: [arm64, amd64]
3333
steps:
3434
- name: Check out code
35-
uses: actions/checkout@v6
35+
uses: actions/checkout@v7
3636

3737
- name: Set up Go
3838
uses: actions/setup-go@v6

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: lint
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919
- uses: actions/setup-go@v6
2020
with:
2121
go-version-file: 'go.mod'

0 commit comments

Comments
 (0)