Skip to content

Commit

Permalink
Merge pull request #1 from sysid/dependabot/github_actions/actions/ch…
Browse files Browse the repository at this point in the history
…eckout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
sysid committed Mar 17, 2024
2 parents 7df4294 + e530496 commit a00da66
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:
python: [ '3.10', '3.11', '3.12' ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
python: [ '3.10', '3.11', '3.12' ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit a00da66

Please sign in to comment.