Skip to content

Commit 5168b25

Browse files
chore(deps): update actions/checkout digest to 44c2b7a
1 parent 9c69fd1 commit 5168b25

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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
1313
- name: Setup Node.js
1414
uses: actions/setup-node@v4
1515
with:

0 commit comments

Comments
 (0)