diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 4288db6..5e5bbf1 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -39,7 +39,7 @@ jobs: name: "upx.exe" url: "https://github.com/upx/upx/releases/download/v3.96/upx-3.96-win64.zip" pathInArchive: "upx-3.96-win64/upx.exe" - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: Compile script run: | $compiled_dir = "D:\a\ahk-scripts\ahk-scripts\bin" diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index bb62a8c..4596309 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0