Skip to content

Commit babf894

Browse files
authored
Merge pull request #205 from emacs-lsp/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents aa9b5bc + 93c52c4 commit babf894

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
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v5
11+
uses: actions/checkout@v6
1212
with:
1313
fetch-depth: 0
1414

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
experimental: true
3434

3535
steps:
36-
- uses: actions/checkout@v5
36+
- uses: actions/checkout@v6
3737

3838
- uses: jcs090218/setup-emacs@master
3939
with:

0 commit comments

Comments
 (0)