Skip to content

Commit f2cb6e6

Browse files
Update actions/checkout action to v6
1 parent 23b0e15 commit f2cb6e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727
- name: Use Node.js 18.x (LTS)
2828
uses: actions/setup-node@v4
2929
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414
- name: Use Node.js 18.x (LTS)
1515
uses: actions/setup-node@v4
1616
with:

0 commit comments

Comments
 (0)