Skip to content

Commit

Permalink
ci: actions/checkout@v4, actions/setup-python@v4
Browse files Browse the repository at this point in the history
update
  • Loading branch information
iacopy committed Nov 2, 2023
1 parent 064a674 commit 81059f4
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 @@ -17,9 +17,9 @@ jobs:
matrix:
python-version: ["3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install just
Expand Down

0 comments on commit 81059f4

Please sign in to comment.