Skip to content

Commit

Permalink
Merge pull request #3 from jcs-legacy/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
jcs090218 authored Sep 7, 2023
2 parents ece8bd0 + 13bdec5 commit 9839809
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@v2
- uses: actions/checkout@v4

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

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

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

0 comments on commit 9839809

Please sign in to comment.