Skip to content

Commit 76bbcb3

Browse files
chore(deps): update all non-major github actions with stable version
1 parent f808e70 commit 76bbcb3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/actions/setup-pnpm-with-dependencies/action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ runs:
4747
pnpm --version
4848
4949
- name: Setup Node
50-
uses: actions/setup-node@v4
50+
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
5151
with:
5252
node-version: ${{ steps.node-version.outputs.node-version }}
5353

5454
- name: Restore Dependency Cache
5555
id: dependency-cache
56-
uses: actions/cache/restore@v4
56+
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
5757
with:
5858
path: './node_modules'
5959
key: ${{ steps.node-version.outputs.cache-key }}
@@ -67,7 +67,7 @@ runs:
6767
id: dependency-cache-save
6868
# So only prepare job saves cache, all consecutive parallel jobs do not attempt to re-save
6969
if: ${{ inputs.save-cache == 'true' && steps.dependency-cache.outputs.cache-hit != 'true' }}
70-
uses: actions/cache/save@v4
70+
uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
7171
with:
7272
path: './node_modules'
7373
key: ${{ steps.node-version.outputs.cache-key }}

.github/workflows/commitlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515

16-
- uses: wagoid/commitlint-github-action@v6
16+
- uses: wagoid/commitlint-github-action@baa1b236f990293a1b2d94c19e41c2313a85e749 # v6.0.2
1717
with:
1818
configFile: commitlint.config.ts

0 commit comments

Comments
 (0)