Skip to content

Commit

Permalink
Update taiki-e/cache-cargo-install-action action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 29, 2024
1 parent ce033dd commit a2e3397
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- uses: taiki-e/cache-cargo-install-action@v1
- uses: taiki-e/cache-cargo-install-action@v2
with:
tool: cargo-edit
- name: Set package version
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
with:
python-version: '3.10'
architecture: ${{ matrix.target }}
- uses: taiki-e/cache-cargo-install-action@v1
- uses: taiki-e/cache-cargo-install-action@v2
with:
tool: cargo-edit
- name: Set package version
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- uses: taiki-e/cache-cargo-install-action@v1
- uses: taiki-e/cache-cargo-install-action@v2
with:
tool: cargo-edit
- name: Set package version
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
needs: get-version
steps:
- uses: actions/checkout@v4
- uses: taiki-e/cache-cargo-install-action@v1
- uses: taiki-e/cache-cargo-install-action@v2
with:
tool: cargo-edit
- name: Set package version
Expand Down

0 comments on commit a2e3397

Please sign in to comment.