Skip to content

Commit

Permalink
Github: Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wsnyder committed Jan 23, 2024
1 parent 9105afa commit 07d1deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Emacs
run: sudo apt-get install emacs
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install XEmacs
run: sudo apt-get install xemacs21
Expand Down

0 comments on commit 07d1deb

Please sign in to comment.