Skip to content

Commit

Permalink
Revert to previously working setup-gap actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchad committed Dec 28, 2024
1 parent e38e3b2 commit 4c6d87f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/crib/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ runs:
nix_path: nixpkgs=channel:nixos-unstable

- name: setup-gap crib
uses: smartcontractkit/.github/actions/setup-gap@7db14549894156db3c395e30b49f9d00754185ff # setup-gap@3.0.1
uses: smartcontractkit/.github/actions/setup-gap@00b58566e0ee2761e56d9db0ea72b783fdb89b8d # setup-gap@0.4.0
with:
aws-role-duration-seconds: ${{ inputs.aws-role-duration-seconds }}
aws-role-arn: ${{ inputs.aws-role-arn }}
Expand All @@ -84,7 +84,7 @@ runs:
proxy-port: 8080

- name: setup-gap k8s
uses: smartcontractkit/.github/actions/setup-gap@7db14549894156db3c395e30b49f9d00754185ff # setup-gap@3.0.1
uses: smartcontractkit/.github/actions/setup-gap@00b58566e0ee2761e56d9db0ea72b783fdb89b8d # setup-gap@0.4.0
with:
aws-role-duration-seconds: ${{ inputs.aws-role-duration-seconds }}
aws-role-arn: ${{ inputs.aws-role-arn }}
Expand Down

0 comments on commit 4c6d87f

Please sign in to comment.