Skip to content

Commit

Permalink
Bump featurenet actions from v2 to v3 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikogs authored Oct 23, 2023
1 parent 37f1782 commit c893c59
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_featurenet-create-from-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_featurenet-create-from-net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_featurenet-delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_featurenet-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c893c59

Please sign in to comment.