Skip to content

Commit 1a29239

Browse files
chore(deps): update actions/checkout action to v7
1 parent df1b32d commit 1a29239

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
node-version: [ 20, 22 ]
1010
steps:
1111
- name: checkout
12-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
12+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1313
- name: setup Node.js ${{ matrix.node-version }}
1414
uses: actions/setup-node@v6
1515
with:

0 commit comments

Comments
 (0)