Skip to content

Commit aa9b5bc

Browse files
authored
Merge pull request #199 from emacs-lsp/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 749dd7c + a32dbc4 commit aa9b5bc

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@v4
11+
uses: actions/checkout@v5
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@v4
36+
- uses: actions/checkout@v5
3737

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

0 commit comments

Comments
 (0)