Skip to content

Commit

Permalink
Bump GitHub Actions (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjameswh authored Jun 6, 2024
1 parent a7c04d4 commit 12d57bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
steps:
- name: Print build information
run: "echo head_ref: ${{ github.head_ref }}, ref: ${{ github.ref }}, os: ${{ matrix.os }}, python: ${{ matrix.python }}"
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
# Using fixed Poetry version until
Expand Down

0 comments on commit 12d57bf

Please sign in to comment.