From 7ccef66e311183aa506aab770fa34a1fd237981c Mon Sep 17 00:00:00 2001 From: praydog Date: Sun, 2 Mar 2025 15:27:50 -0800 Subject: [PATCH] CI: Bump workflow dependencies --- .github/workflows/build-pr.yml | 4 ++-- .github/workflows/dev-release.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index b2212a6d..c988eadf 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -10,7 +10,7 @@ jobs: target: [RE2, RE2_TDB66, RE3, RE3_TDB67, RE4, RE7, RE7_TDB49, RE8, DMC5, MHRISE, SF6, DD2, MHWILDS] steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: submodules: recursive @@ -21,7 +21,7 @@ jobs: run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target ${{matrix.target}} - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 with: name: ${{matrix.target}} path: ${{github.workspace}}/build/bin/${{matrix.target}}/dinput8.dll diff --git a/.github/workflows/dev-release.yml b/.github/workflows/dev-release.yml index b4ddd921..b1e957c1 100644 --- a/.github/workflows/dev-release.yml +++ b/.github/workflows/dev-release.yml @@ -10,7 +10,7 @@ jobs: target: [RE2, RE2_TDB66, RE3, RE3_TDB67, RE4, RE7, RE7_TDB49, RE8, DMC5, MHRISE, SF6, DD2, MHWILDS] steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: submodules: recursive fetch-depth: 0 @@ -35,7 +35,7 @@ jobs: 7z rn ${{github.workspace}}/${{matrix.target}}.zip scripts reframework/autorun - name: Upload artifacts - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 with: name: ${{matrix.target}} path: ${{github.workspace}}/${{matrix.target}}.zip @@ -47,7 +47,7 @@ jobs: if: github.ref == 'refs/heads/master' steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: persist-credentials: false