Skip to content

Commit 0c7fbd2

Browse files
authored
Merge pull request #1899 from rabbitmq/dependabot/github_actions/actions/cache-5.0.3
Bump actions/cache from 5.0.2 to 5.0.3
2 parents 244d128 + e99954a commit 0c7fbd2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build-test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
global-json-file: global.json
2424
- name: Cache NuGet packages
25-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
25+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
2626
with:
2727
path: |
2828
~/.nuget/packages
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
global-json-file: global.json
6565
- name: Cache installers
66-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
66+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
6767
with:
6868
# Note: the cache path is relative to the workspace directory
6969
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#using-the-cache-action
@@ -113,7 +113,7 @@ jobs:
113113
with:
114114
global-json-file: global.json
115115
- name: Cache installers
116-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
116+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
117117
with:
118118
# Note: the cache path is relative to the workspace directory
119119
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#using-the-cache-action
@@ -154,7 +154,7 @@ jobs:
154154
with:
155155
global-json-file: global.json
156156
- name: Cache NuGet packages
157-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
157+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
158158
with:
159159
path: |
160160
~/.nuget/packages

.github/workflows/oauth2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
2424
with:
2525
dotnet-version: 8.x
26-
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
26+
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
2727
with:
2828
path: |
2929
~/.nuget/packages

.github/workflows/publish-nuget.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
2121
with:
2222
global-json-file: global.json
23-
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
23+
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
2424
with:
2525
path: |
2626
~/.nuget/packages

0 commit comments

Comments
 (0)