Skip to content

Commit

Permalink
Update GitHub Actions workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leotaku committed Sep 29, 2023
1 parent 156aad8 commit 031bcf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
check: melpa
ignore_warnings: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- byte-compile
- checkdoc
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
Expand Down

0 comments on commit 031bcf5

Please sign in to comment.