Skip to content

Commit

Permalink
Merge pull request #775 from google/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-4.1.2

build(deps): bump actions/cache from 4.0.2 to 4.1.2
  • Loading branch information
reyammer authored Nov 4, 2024
2 parents ee3d139 + 2329066 commit c6d2257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maturin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- if: matrix.platform.runner == 'ubuntu-latest'
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
with:
path: rust/onnx/runtime/build/Linux
key: maturin-${{ matrix.platform.target }}-${{ hashFiles('rust/onnx/build.sh') }}
Expand Down

0 comments on commit c6d2257

Please sign in to comment.