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 /.github/workflows/compile-check.yml | |
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
Diffstat (limited to '.github/workflows/compile-check.yml')
-rw-r--r-- | .github/workflows/compile-check.yml | 2 |
1 files changed, 1 insertions, 1 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" |