Skip to content

Commit

Permalink
Merge pull request #3 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 4c28cd3 + 35f38dd commit d67187d
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 @@ -18,7 +18,7 @@ jobs:
- snapshot

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

- uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- snapshot

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

- uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit d67187d

Please sign in to comment.