Skip to content

Commit 1038674

Browse files
chore(deps): update actions/checkout digest to a5ac7e5
1 parent 71c8efd commit 1038674

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
node_version: [ 16, 18, 20 ]
1212
steps:
1313
- name: checkout
14-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
14+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1515
- name: setup Node.js ${{ matrix.node_version }}
1616
uses: actions/setup-node@v4
1717
with:

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
12+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1313
- name: Setup Node.js
1414
uses: actions/setup-node@v4
1515
with:

0 commit comments

Comments
 (0)