Skip to content

Commit

Permalink
chore: update action
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi committed Aug 2, 2024
1 parent 1300141 commit ce51f2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: ${{ matrix.version }}
cache: "npm"
- name: Setup dependencies
uses: aws-powertools/actions@main/.github/actions/cached-node-modules
uses: ./.github/actions/cached-node-modules
with:
nodeVersion: ${{ matrix.version }}
- name: Run linting
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
with:
node-version: '20'
- name: Setup dependencies
uses: aws-powertools/actions/.github/actions/cached-node-modules@d406bac
uses: aws-powertools/actions/.github/actions/cached-node-modules@d406bac5563f1d8c793519a3eedfe620f6a14872
with:
nodeVersion: '20'
- name: Setup AWS credentials
Expand Down

0 comments on commit ce51f2b

Please sign in to comment.