Skip to content

Commit 214606f

Browse files
authored
Merge pull request #32 from NordicSemiconductor/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 33a920c + ac16a8a commit 214606f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/deploy-all.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
generateReadme:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
with:
1313
ref: main
1414
fetch-depth: 0
@@ -32,7 +32,7 @@ jobs:
3232
needs: generateReadme
3333
runs-on: ubuntu-latest
3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636
with:
3737
ref: main
3838
fetch-depth: 0
@@ -58,7 +58,7 @@ jobs:
5858
deployInternal:
5959
runs-on: ubuntu-latest
6060
steps:
61-
- uses: actions/checkout@v4
61+
- uses: actions/checkout@v5
6262
with:
6363
fetch-depth: 0
6464
- uses: actions/setup-java@v4

.github/workflows/deploy-to-nexus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
deployAarsToNexus:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v5
99
with:
1010
fetch-depth: 0
1111
- uses: actions/setup-java@v4

.github/workflows/deploy-to-play-store.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
deployInternal:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v5
99
with:
1010
fetch-depth: 0
1111
- uses: actions/setup-java@v4

.github/workflows/generate-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
generateReadme:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v5
99
with:
1010
fetch-depth: 0
1111
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)