Skip to content

Commit ce51f2b

Browse files
committed
chore: update action
1 parent 1300141 commit ce51f2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reusable-run-linting-check-and-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: ${{ matrix.version }}
2525
cache: "npm"
2626
- name: Setup dependencies
27-
uses: aws-powertools/actions@main/.github/actions/cached-node-modules
27+
uses: ./.github/actions/cached-node-modules
2828
with:
2929
nodeVersion: ${{ matrix.version }}
3030
- name: Run linting

.github/workflows/run-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
node-version: '20'
6161
- name: Setup dependencies
62-
uses: aws-powertools/actions/.github/actions/cached-node-modules@d406bac
62+
uses: aws-powertools/actions/.github/actions/cached-node-modules@d406bac5563f1d8c793519a3eedfe620f6a14872
6363
with:
6464
nodeVersion: '20'
6565
- name: Setup AWS credentials

0 commit comments

Comments
 (0)