Skip to content

Commit f63a301

Browse files
build(deps): bump actions/checkout from 5 to 6 (#850)
1 parent faa73f9 commit f63a301

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@v5
13+
uses: actions/checkout@v6
1414

1515
- name: README.org -> README.md
1616
uses: docker://pandoc/core:2.9

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
experimental: true
2828

2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131

3232
- uses: jcs090218/setup-emacs@master
3333
with:

0 commit comments

Comments
 (0)