Skip to content

Commit 1f1cbb4

Browse files
chore(deps): update actions/checkout action to v6
1 parent b594c90 commit 1f1cbb4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check_pr.yml

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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v4
2121
with:

0 commit comments

Comments
 (0)