Skip to content

Commit

Permalink
Merge pull request #3162 from nest/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-4.0.2

Bump actions/cache from 4.0.1 to 4.0.2
  • Loading branch information
terhorstd authored Mar 20, 2024
2 parents 9b60e2b + 5f38246 commit 660c1d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nestbuildmatrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ jobs:
python-version: 3.9

- name: "Restore apt cache"
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
env:
cache-name: "apt-cache"
with:
Expand Down Expand Up @@ -588,7 +588,7 @@ jobs:
# source (hashed), compiler (mtime+size) and compile flags.
env:
cache-name: "ccache"
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: |
$HOME/.ccache
Expand All @@ -604,7 +604,7 @@ jobs:
- name: "Restore pip cache"
env:
cache-name: "pip-cache"
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: |
/opt/hostedtoolcache/Python/**/site-packages/*
Expand Down Expand Up @@ -758,7 +758,7 @@ jobs:
- name: "Restore pip cache"
env:
cache-name: "pip-cache"
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: |
/opt/hostedtoolcache/Python/**/site-packages/*
Expand Down

0 comments on commit 660c1d3

Please sign in to comment.