Skip to content

Commit 5e7a938

Browse files
authored
Merge pull request #189 from TheThingsNetwork/dependabot/github_actions/actions/checkout-5
dev: bump actions/checkout from 4 to 5
2 parents b99c412 + 6782cbe commit 5e7a938

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@v4
14+
uses: actions/checkout@v5
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@v4
20+
uses: actions/checkout@v5
2121
- name: Set up Go
2222
uses: actions/setup-go@v5
2323
with:
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
steps:
4949
- name: Check out Code
50-
uses: actions/checkout@v4
50+
uses: actions/checkout@v5
5151
- name: Set up Go
5252
uses: actions/setup-go@v5
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@v4
15+
uses: actions/checkout@v5
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)