Skip to content

Commit 6e20abf

Browse files
authored
Merge pull request #1173 from stephan-cr/upgrade-actions-checkout
Upgrade actions/checkout to v4
2 parents 33fb469 + b905177 commit 6e20abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
emacs_version: [25, 26, 27, 28]
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717
- name: CI
1818
env:
1919
VERSION: ${{ matrix.emacs_version }}

0 commit comments

Comments
 (0)