diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index 5eb0e82..660b393 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -21,7 +21,7 @@ jobs: - 'src/hook' - 'src/launcher' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run clang-format style check uses: jidicula/clang-format-action@v4.11.0 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e032413..5328034 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: PACKAGE_NAME: dfint-steam-hook-${{ github.event.inputs.version }}.zip steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Force xmake to a specific folder (for cache) - name: Set xmake env diff --git a/.github/workflows/xmake.yml b/.github/workflows/xmake.yml index f86f714..de49efc 100644 --- a/.github/workflows/xmake.yml +++ b/.github/workflows/xmake.yml @@ -21,7 +21,7 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Force xmake to a specific folder (for cache) - name: Set xmake env