Skip to content

Commit

Permalink
Update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-russell committed Feb 26, 2024
1 parent 92bcca9 commit b5af26b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Run tests
run: make test-ci
Expand All @@ -28,7 +28,7 @@ jobs:
id-token: write
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Poetry & Build
run: pip install poetry; poetry build
Expand Down

0 comments on commit b5af26b

Please sign in to comment.