Skip to content

Commit a6ac88b

Browse files
authored
Merge pull request #4 from sdm-lang:dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents b5305a9 + daf53d0 commit a6ac88b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/emacs-eldev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: emacs-eldev/setup-eldev@v1
3030

3131
- name: Check out the source code
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333

3434
- name: Ensure that copyright notices are up-to-date
3535
run: ${ELDEV} ${ELDEV_ARGS} doctor up-to-date-copyright --all-tests

.github/workflows/melpazoid.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: Set up Emacs
1818
uses: jcs090218/setup-emacs@master

0 commit comments

Comments
 (0)