Skip to content

Commit 21b8f48

Browse files
committed
ci(workflows): Update actions/checkout to version 6
1 parent 4747cb2 commit 21b8f48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.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

1515
- name: MkDocs
1616
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: setenv
3232
run: echo "ACTIONS_ALLOW_UNSECURE_COMMANDS=true" >> $GITHUB_ENV
3333

34-
- uses: actions/checkout@v5
34+
- uses: actions/checkout@v6
3535

3636
- uses: jcs090218/setup-emacs@master
3737
with:

0 commit comments

Comments
 (0)