diff options
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" |