Skip to content

Commit

Permalink
A0-2999: Update all workflows to run on node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed May 16, 2024
1 parent e680afa commit a9f8900
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/deploy-to-devnet/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: GIT | Checkout aleph-apps repo
uses: actions/checkout@master
uses: actions/checkout@v4
with:
repository: Cardinal-Cryptography/aleph-apps
token: ${{ inputs.github_token }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-and-deploy-to-devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: GIT | Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: DOCKER | Build and push squid-processor image
uses: ./.github/actions/build-and-push
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: GIT | Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: DOCKER | Build and push squid-api image
uses: ./.github/actions/build-and-push
Expand All @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: GIT | Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: DEVNET | Deploy squid-process image to devnet
uses: ./.github/actions/deploy-to-devnet
Expand All @@ -74,7 +74,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: GIT | Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: DEVNET | Deploy squid-api image to devnet
uses: ./.github/actions/deploy-to-devnet
Expand Down

0 comments on commit a9f8900

Please sign in to comment.