Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
Update actions/checkout action to v3 (#110)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 3, 2022
1 parent 5147e8d commit 3b9c6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
shell: bash -l {0}
steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install poetry
run: pipx install poetry
Expand Down

0 comments on commit 3b9c6d4

Please sign in to comment.