Skip to content

Commit

Permalink
⬆️ Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent bb23634 commit 7cc1dba
Show file tree
Hide file tree
Showing 3 changed files with 1,895 additions and 1,157 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/aws-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.13.x
cache: npm
Expand Down Expand Up @@ -56,10 +56,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.13.x
cache: npm
Expand Down
Loading

0 comments on commit 7cc1dba

Please sign in to comment.