diff --git a/.github/workflows/_featurenet-create.yml b/.github/workflows/_featurenet-create.yml index 9fddec5..e530d34 100644 --- a/.github/workflows/_featurenet-create.yml +++ b/.github/workflows/_featurenet-create.yml @@ -128,7 +128,7 @@ jobs: debug: true - name: Create featurenet with image tag - uses: Cardinal-Cryptography/github-actions/create-featurenet@A0-4278 + uses: Cardinal-Cryptography/github-actions/create-featurenet@v7 id: create-featurenet with: gh-ci-user: ${{ secrets.CI_GH_USER }} diff --git a/.github/workflows/_featurenet-update.yml b/.github/workflows/_featurenet-update.yml index 00dcf65..5b18559 100644 --- a/.github/workflows/_featurenet-update.yml +++ b/.github/workflows/_featurenet-update.yml @@ -73,7 +73,7 @@ jobs: debug: true - name: Update featurenet with image tag - uses: Cardinal-Cryptography/github-actions/update-featurenet@A0-4278 + uses: Cardinal-Cryptography/github-actions/update-featurenet@v7 id: create-featurenet with: gh-ci-user: ${{ secrets.CI_GH_USER }} diff --git a/create-featurenet/action.yml b/create-featurenet/action.yml index 0a1b94e..7b02b4e 100644 --- a/create-featurenet/action.yml +++ b/create-featurenet/action.yml @@ -138,7 +138,7 @@ runs: repository: Cardinal-Cryptography/${{ inputs.repo-featurenet-template-name }} token: ${{ inputs.gh-ci-token }} path: "${{ inputs.repo-featurenet-template-name }}" - ref: A0-4278 + ref: main - name: Start featurenet id: start-featurenet diff --git a/update-featurenet/action.yml b/update-featurenet/action.yml index 399ae80..3a2de68 100644 --- a/update-featurenet/action.yml +++ b/update-featurenet/action.yml @@ -82,7 +82,7 @@ runs: repository: Cardinal-Cryptography/${{ inputs.repo-featurenet-template-name }} token: ${{ inputs.gh-ci-token }} path: "${{ inputs.repo-featurenet-template-name }}" - ref: A0-4278 + ref: main - name: Start featurenet id: start-featurenet