Skip to content

Commit

Permalink
Bind awscliv2 to version 2.22.35
Browse files Browse the repository at this point in the history
  • Loading branch information
jbienkowski311 authored Feb 10, 2025
1 parent 31c54f7 commit 8ebe22a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
- name: download zip.sig
shell: bash
run: |
curl -o awscliv2.zip.sig https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip.sig
curl -o awscliv2.zip.sig https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.22.35.zip.sig
- name: setup cache
id: cache-sig
Expand All @@ -40,7 +40,7 @@ runs:
if: ${{ steps.cache-sig.outputs.cache-hit != 'true' }}
shell: bash
run: |
curl -o awscliv2.zip https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip
curl -o awscliv2.zip https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.22.35.zip
- name: gpg import
if: ${{ inputs.gpg-verify == 'true' }}
Expand Down

0 comments on commit 8ebe22a

Please sign in to comment.