Skip to content

Commit 0be425e

Browse files
authored
Merge pull request #5 from emacs-languagetool/dependabot/github_actions/actions/checkout-6
2 parents cc6c951 + ca61494 commit 0be425e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/activate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- 30.2
2323

2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626

2727
- uses: jcs090218/setup-emacs@master
2828
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
experimental: true
3737

3838
steps:
39-
- uses: actions/checkout@v5
39+
- uses: actions/checkout@v6
4040

4141
- uses: jcs090218/setup-emacs@master
4242
with:

0 commit comments

Comments
 (0)