diff --git a/.github/workflows/mswin-release.yml b/.github/workflows/mswin-release.yml index 6766ab8..65a1865 100644 --- a/.github/workflows/mswin-release.yml +++ b/.github/workflows/mswin-release.yml @@ -79,7 +79,7 @@ jobs: env: PKG_NAME: ${{ needs.build.outputs.pkg-name }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: diff --git a/.github/workflows/publish-binaries.yml b/.github/workflows/publish-binaries.yml index 762359c..a2009bf 100644 --- a/.github/workflows/publish-binaries.yml +++ b/.github/workflows/publish-binaries.yml @@ -47,7 +47,7 @@ jobs: env: TARGET_VERSION: ${{ github.event.inputs.TARGET_VERSION || github.event.client_payload.version }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Fetch staged package id: staged