Skip to content

Commit

Permalink
Bump to actions/setup-python@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
cnpryer committed May 3, 2024
1 parent b13189f commit a5913f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- uses: Swatinem/rust-cache@v2
- uses: actions/setup-python@v1
- uses: actions/setup-python@v5
# We install instead of just build for insta-cmd TODO(cnpryer)
- name: Install huak
run: cargo install --path crates/huak-cli --locked
Expand Down

0 comments on commit a5913f5

Please sign in to comment.