Skip to content

Commit

Permalink
Merge pull request #4 from jcs-elpa/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
jcs090218 authored Sep 6, 2023
2 parents f53d86b + 7d452b0 commit 3fd01a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- os: windows-latest
ext: dll
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup | Rust
uses: ATiltedTree/setup-rust@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
experimental: true

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: jcs090218/setup-emacs@master
with:
Expand Down

0 comments on commit 3fd01a7

Please sign in to comment.