Skip to content

Commit

Permalink
chore: bump Github Actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra committed Nov 10, 2023
1 parent a36aacf commit 71ff0f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
node-version:
description: Node.js version
required: false
default: '16'
default: 18
aws-secret-access-key:
description: AWS secret access key
required: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
aws-region: ${{ secrets.AWS_DEFAULT_REGION }}

- name: Derive appropriate SHAs for base and head for `nx affected` commands
uses: nrwl/nx-set-shas@v2
uses: nrwl/nx-set-shas@v4

- name: Test, Build, Deploy PR
run: |
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
aws-region: ${{ secrets.AWS_DEFAULT_REGION }}

- name: Derive appropriate SHAs for base and head for `nx affected` commands
uses: nrwl/nx-set-shas@v2
uses: nrwl/nx-set-shas@v4

- name: Test and Build
run: |
Expand Down

0 comments on commit 71ff0f4

Please sign in to comment.