Skip to content

Commit 05b6f7a

Browse files
Bump actions/checkout to v4 (R2Northstar#847)
from v3 which is being deprecated
1 parent 426777b commit 05b6f7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/compile-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: windows-latest
99
steps:
1010
- name: Checkout Repo
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212
with:
1313
path: "mods"
1414

.github/workflows/encoding.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-22.04
77
steps:
88
- name: Checkout
9-
uses: actions/checkout@v3
9+
uses: actions/checkout@v4
1010
- name: Check localization files encoding
1111
run: |
1212
files=$(ls Northstar.Client/mod/resource/northstar_client_localisation_*.txt)
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
- name: Look out for missing translations
2020
run: node .github/build/find-missing-translations.js
2121
continue-on-error: true

0 commit comments

Comments
 (0)