Skip to content

Commit

Permalink
Update to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
br3ndonland committed Jan 15, 2024
1 parent 90b3678 commit 0e8f5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
HATCH_VERSION: "1.9.1"
PIPX_VERSION: "1.4.1"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 0e8f5aa

Please sign in to comment.