aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2024-08-27 15:20:07 +0200
committerGitHub <noreply@github.com>2024-08-27 15:20:07 +0200
commit05b6f7ab1f7ea172ab36b17d25c1e3fbec314ecc (patch)
tree1ab08e0afce3514d2b595823016cccad4c4cf130
parent426777ba50f83c18a80568e4f87bbb2ed2f1cf0a (diff)
downloadNorthstarMods-05b6f7ab1f7ea172ab36b17d25c1e3fbec314ecc.tar.gz
NorthstarMods-05b6f7ab1f7ea172ab36b17d25c1e3fbec314ecc.zip
Bump actions/checkout to v4 (#847)v1.27.4-rc2v1.27.4-rc1
from v3 which is being deprecated
-rw-r--r--.github/workflows/compile-check.yml2
-rw-r--r--.github/workflows/encoding.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/compile-check.yml b/.github/workflows/compile-check.yml
index cb7ab1d08..8803f4f4c 100644
--- a/.github/workflows/compile-check.yml
+++ b/.github/workflows/compile-check.yml
@@ -8,7 +8,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout Repo
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
path: "mods"
diff --git a/.github/workflows/encoding.yml b/.github/workflows/encoding.yml
index 5a730c203..b1d851a14 100644
--- a/.github/workflows/encoding.yml
+++ b/.github/workflows/encoding.yml
@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Check localization files encoding
run: |
files=$(ls Northstar.Client/mod/resource/northstar_client_localisation_*.txt)
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Look out for missing translations
run: node .github/build/find-missing-translations.js
continue-on-error: true