Skip to content

Commit 3efcc99

Browse files
chore(workflows): update github actions
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent db2eacb commit 3efcc99

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
3535
with:
3636
node-version: 18
37-
- uses: pnpm/action-setup@0b715c7ebbf3cf2174d1386336c5f6d3d8d5504a # v2.3.0
37+
- uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
3838
name: Install pnpm
3939
id: pnpm-install
4040
with:

.github/workflows/codesee-arch-diagram.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
continue-on-error: true
1818
name: Analyze the repo with CodeSee
1919
steps:
20-
- uses: Codesee-io/codesee-action@7d6ca0f46999603906122b502b0bbe2d166cc001 # v2
20+
- uses: Codesee-io/codesee-action@fe3146e6e0c071db99c6bf7df6910860219cacf0 # v2
2121
with:
2222
codesee-token: ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
node-version: 18
3737

38-
- uses: pnpm/action-setup@0b715c7ebbf3cf2174d1386336c5f6d3d8d5504a # v2.3.0
38+
- uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
3939
name: Install pnpm
4040
id: pnpm-install
4141
with:

0 commit comments

Comments
 (0)