Skip to content

Commit b2934f8

Browse files
authored
Merge pull request #32 from nmollerup/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 162ad07 + 52ac3ab commit b2934f8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
os: [ubuntu-latest]
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515
- name: Run golangci-lint
1616
uses: golangci/golangci-lint-action@v8

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414
- name: Unshallow
1515
run: git fetch --prune --unshallow
1616
- name: Set up Go

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
os: [macos-latest, windows-latest, ubuntu-latest]
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515
- name: Set up Go
1616
uses: actions/setup-go@v5
1717
with:

0 commit comments

Comments
 (0)