Skip to content

Commit b4666e7

Browse files
authored
Merge pull request #36 from emacs-lsp/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 3 to 6
2 parents 30918cd + 7e23150 commit b4666e7

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@v3
11+
uses: actions/checkout@v6
1212

1313
- name: MkDocs
1414
run: |

.github/workflows/test.yml

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

2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v6
3030

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

0 commit comments

Comments
 (0)