Skip to content

Commit

Permalink
ci(workflows): use 29.1 and use newest checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Walheimat committed Aug 30, 2024
1 parent c92d2f9 commit f4ce478
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id-token: write
steps:
- name: Check out the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
persist-credentials: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
- name: Get Emacs
uses: purcell/setup-emacs@master
with:
version: release-snapshot
version: 29.1

- name: Get Cask
uses: conao3/setup-cask@master
with:
version: snapshot

- name: Check out the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand Down

0 comments on commit f4ce478

Please sign in to comment.