Skip to content

Commit 2af8ab4

Browse files
committed
ci: Upgrade to actions/[email protected] because the old versions no longer work
1 parent 18e2f32 commit 2af8ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v3
2424

2525
- name: Cache the spacemacs repository folder
26-
uses: actions/cache@v3.3.2
26+
uses: actions/cache@v4.0.0
2727
with:
2828
path: ~/.emacs.d
2929
key: saved-emacs-d-${{ matrix.os }}

0 commit comments

Comments
 (0)