diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2024-08-27 15:20:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-27 15:20:07 +0200 |
commit | 05b6f7ab1f7ea172ab36b17d25c1e3fbec314ecc (patch) | |
tree | 1ab08e0afce3514d2b595823016cccad4c4cf130 | |
parent | 426777ba50f83c18a80568e4f87bbb2ed2f1cf0a (diff) | |
download | NorthstarMods-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.yml | 2 | ||||
-rw-r--r-- | .github/workflows/encoding.yml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/compile-check.yml b/.github/workflows/compile-check.yml index cb7ab1d0..8803f4f4 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 5a730c20..b1d851a1 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 |