diff --git a/.github/workflows/tidy3d-python-client-release.yml b/.github/workflows/tidy3d-python-client-release.yml index 9ab70fcc5f..86d628dbea 100644 --- a/.github/workflows/tidy3d-python-client-release.yml +++ b/.github/workflows/tidy3d-python-client-release.yml @@ -46,7 +46,7 @@ jobs: OVERWRITE_EXISTING_TAG: ${{ github.event.inputs.overwrite_existing_tag }} steps: - name: checkout-target-ref - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: ref: ${{ env.TARGET_REF }} fetch-depth: 0 @@ -159,7 +159,7 @@ jobs: PY - name: create-github-release - uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 with: tag_name: ${{ env.RELEASE_TAG }} target_commitish: ${{ env.TARGET_REF }}