Skip to content

Commit 4fb209b

Browse files
authored
Merge pull request #201 from TheThingsNetwork/dependabot/github_actions/actions/checkout-6
dev: bump actions/checkout from 5 to 6
2 parents f853ffb + e4dbdc2 commit 4fb209b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/general.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out Code
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
- name: Editor Config
1616
uses: snow-actions/[email protected]
1717
- name: Check for diff

.github/workflows/go.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Check out Code
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
- name: Set up Go
2222
uses: actions/setup-go@v6
2323
with:
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
steps:
4949
- name: Check out Code
50-
uses: actions/checkout@v5
50+
uses: actions/checkout@v6
5151
- name: Set up Go
5252
uses: actions/setup-go@v6
5353
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out code
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
- name: Install Snapcraft
1717
run: sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft
1818
- name: Create Snapcraft folders

0 commit comments

Comments
 (0)