Skip to content

Commit

Permalink
ci: bump actions/cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwe committed Mar 7, 2024
1 parent 74fb8cc commit 6e2740f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ jobs:
- cxxbridge_version: "1.0.86"
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache_cxxbridge
with:
path: "~/.cargo/bin/cxxbridge*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/visual_studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# significantly faster.
- name: Cache MSVC build directory
id: cache-msvc-builddir
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: build
key: ${{ inputs.os }}-${{ inputs.target_arch }}-${{ inputs.rust }}-msvc-${{ inputs.vs_version}}-build
Expand Down

0 comments on commit 6e2740f

Please sign in to comment.