diff --git a/.github/workflows/featurenet-create.yml b/.github/workflows/featurenet-create.yml index d4dc28307b..507bedff21 100644 --- a/.github/workflows/featurenet-create.yml +++ b/.github/workflows/featurenet-create.yml @@ -183,7 +183,7 @@ jobs: # to prevent this job to be skipped when on of the parent jobs is skipped if: ${{ !cancelled() }} name: Create featurenet from ${{ inputs.ref }} - uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-create.yml@v7 + uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-create.yml@A0-4278 secrets: inherit with: featurenet-name: ${{ inputs.featurenet-name }} diff --git a/.github/workflows/featurenet-update.yml b/.github/workflows/featurenet-update.yml index 878e405b49..03beb29c56 100644 --- a/.github/workflows/featurenet-update.yml +++ b/.github/workflows/featurenet-update.yml @@ -119,7 +119,7 @@ jobs: # to prevent this job to be skipped when on of the parent jobs is skipped if: ${{ !cancelled() }} name: Update featurenet - uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-update.yml@v7 + uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-update.yml@A0-4278 secrets: inherit with: featurenet-name: ${{ inputs.featurenet-name }}