Skip to content

Commit 3940835

Browse files
authored
Merge pull request #23 from SUSE/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents 43c0711 + 4216c9f commit 3940835

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
-
2222
name: Checkout
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v4
2424
-
2525
name: Unshallow
2626
run: git fetch --prune --unshallow

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
-
1010
name: Checkout
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v4
1212
-
1313
name: Set up Go
1414
uses: actions/setup-go@v2

0 commit comments

Comments
 (0)