Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit a53f801

Browse files
chore(deps): update actions/checkout digest to a5ac7e5
1 parent 53c9e11 commit a53f801

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: 'Lint: node-20, ubuntu-latest'
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
15+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1616

1717
- name: Install pnpm
1818
uses: pnpm/action-setup@v2

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Release
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
13+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1414

1515
- name: Install pnpm
1616
uses: pnpm/action-setup@v3

0 commit comments

Comments
 (0)