Skip to content

Commit 07d1deb

Browse files
committed
Github: Update actions
1 parent 9105afa commit 07d1deb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4
2020

2121
- name: Install Emacs
2222
run: sudo apt-get install emacs
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v2
31+
uses: actions/checkout@v4
3232

3333
- name: Install XEmacs
3434
run: sudo apt-get install xemacs21

0 commit comments

Comments
 (0)