Skip to content

Commit

Permalink
ci: upgrade gha
Browse files Browse the repository at this point in the history
  • Loading branch information
kazimanzurrashid committed Sep 11, 2023
1 parent 29bf137 commit 3ffba77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Node.js setup
uses: actions/setup-node@v3
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Update
if: ${{ github.event_name == 'push' && github.ref_name == 'main' && env.AWS_REGION != '' }}
uses: kazimanzurrashid/[email protected].1
uses: kazimanzurrashid/[email protected].2
with:
zip-file: ./dist/movement-pass_public-api-background-job_v1.zip
env:
Expand Down

0 comments on commit 3ffba77

Please sign in to comment.