Skip to content

Commit

Permalink
ci(actions): update actions/cache to v3.3.2 (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 30, 2023
1 parent 883948b commit 5387136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
components: clippy, rustfmt

- name: ♻️ Manage Cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
~/.cargo/
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
run: echo "$ANDROID_NDK/toolchains/llvm/prebuilt/linux-x86_64/bin" >> $GITHUB_PATH

- name: ♻️ Manage Build Cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
~/.cargo/
Expand Down

0 comments on commit 5387136

Please sign in to comment.