diff --git a/.github/workflows/_featurenet-create-from-branch.yml b/.github/workflows/_featurenet-create-from-branch.yml index 4fabb2c..35bd52c 100644 --- a/.github/workflows/_featurenet-create-from-branch.yml +++ b/.github/workflows/_featurenet-create-from-branch.yml @@ -60,7 +60,7 @@ jobs: - name: Delete old featurenet app and data if: contains(github.event.pull_request.labels.*.name, 'state:created-featurenet') - uses: Cardinal-Cryptography/github-actions/delete-featurenet@v2 + uses: Cardinal-Cryptography/github-actions/delete-featurenet@v3 with: gh-ci-token: ${{ secrets.CI_GH_TOKEN }} aws-access-key-id: ${{ secrets.AWS_DEVNET_ACCESS_KEY_ID }} @@ -86,7 +86,7 @@ jobs: override: true - name: Create featurenet from scratch - uses: Cardinal-Cryptography/github-actions/create-featurenet@v2 + uses: Cardinal-Cryptography/github-actions/create-featurenet@v3 id: create-featurenet with: gh-ci-token: ${{ secrets.CI_GH_TOKEN }} diff --git a/.github/workflows/_featurenet-create-from-net.yml b/.github/workflows/_featurenet-create-from-net.yml index 3e4f7a4..58b95e3 100644 --- a/.github/workflows/_featurenet-create-from-net.yml +++ b/.github/workflows/_featurenet-create-from-net.yml @@ -64,7 +64,7 @@ jobs: - name: Delete old featurenet app and data if: contains(github.event.pull_request.labels.*.name, 'state:created-featurenet') - uses: Cardinal-Cryptography/github-actions/delete-featurenet@v2 + uses: Cardinal-Cryptography/github-actions/delete-featurenet@v3 with: gh-ci-token: ${{ secrets.CI_GH_TOKEN }} aws-access-key-id: ${{ secrets.AWS_DEVNET_ACCESS_KEY_ID }} @@ -90,7 +90,7 @@ jobs: debug: true - name: Create featurenet from scratch, node binary from testnet or mainnet - uses: Cardinal-Cryptography/github-actions/create-featurenet@v2 + uses: Cardinal-Cryptography/github-actions/create-featurenet@v3 id: create-featurenet with: gh-ci-token: ${{ secrets.CI_GH_TOKEN }} diff --git a/.github/workflows/_featurenet-delete.yml b/.github/workflows/_featurenet-delete.yml index c4b1e33..4262514 100644 --- a/.github/workflows/_featurenet-delete.yml +++ b/.github/workflows/_featurenet-delete.yml @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@v4 - name: Delete featurenet app and data - uses: Cardinal-Cryptography/github-actions/delete-featurenet@v2 + uses: Cardinal-Cryptography/github-actions/delete-featurenet@v3 with: gh-ci-token: ${{ secrets.CI_GH_TOKEN }} aws-access-key-id: ${{ secrets.AWS_DEVNET_ACCESS_KEY_ID }} diff --git a/.github/workflows/_featurenet-update.yml b/.github/workflows/_featurenet-update.yml index 16149ba..c67587c 100644 --- a/.github/workflows/_featurenet-update.yml +++ b/.github/workflows/_featurenet-update.yml @@ -97,7 +97,7 @@ jobs: override: true - name: Update featurenet data, app and deploy it - uses: Cardinal-Cryptography/github-actions/create-featurenet@v2 + uses: Cardinal-Cryptography/github-actions/create-featurenet@v3 id: create-featurenet with: gh-ci-token: ${{ secrets.CI_GH_TOKEN }}