Skip to content

Commit c1c0a3f

Browse files
chore(deps): update github actions
1 parent a35b170 commit c1c0a3f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/autofix.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1616
- run: corepack enable
17-
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
17+
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
1818
with:
1919
node-version: 20.5
2020
cache: pnpm
@@ -25,4 +25,4 @@ jobs:
2525
- name: Lint & Fix
2626
run: pnpm run lint:fix
2727

28-
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc
28+
- uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1818
- run: corepack enable
19-
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
19+
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
2020
with:
2121
node-version: 20.5
2222
cache: pnpm
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
3636
- run: corepack enable
37-
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
37+
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
3838
with:
3939
node-version: 20.5
4040
cache: pnpm

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
- run: corepack enable
19-
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
19+
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
2020
with:
2121
node-version: 20.5
2222
cache: pnpm

0 commit comments

Comments
 (0)