Skip to content

Commit b8361d7

Browse files
authored
Update GitHub Actions workflow
1 parent b064161 commit b8361d7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: check
33
on:
44
pull_request:
55
push:
6-
branches:
7-
- master
8-
- 'releases/*'
96

107
jobs:
118
check:
@@ -17,7 +14,7 @@ jobs:
1714
- 28.1
1815
- snapshot
1916
steps:
20-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v5
2118
- uses: purcell/setup-emacs@master
2219
with:
2320
version: ${{ matrix.emacs_version }}

0 commit comments

Comments
 (0)