Skip to content

Commit

Permalink
Update seanmiddleditch/gha-setup-ninja to v3
Browse files Browse the repository at this point in the history
This commit updates the use of seanmiddleditch/gha-setup-ninja in the CI
pipeline to v3 from v1, which should remove the use of set-path, which
was deprecated by GitHub.
  • Loading branch information
jen20 authored and danburkert committed Nov 29, 2020
1 parent b664fef commit 82fd69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
default: true
profile: minimal
- name: install ninja
uses: seanmiddleditch/gha-setup-ninja@v1
uses: seanmiddleditch/gha-setup-ninja@v3
- name: test
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 82fd69e

Please sign in to comment.