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