Skip to content

Commit c1323d5

Browse files
authored
[ODS-6631] Update GitHub action/cache version (#1228)
1 parent f688905 commit c1323d5

7 files changed

+7
-7
lines changed

.github/workflows/CodeQL Security Scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
working-directory: ./Ed-Fi-ODS-Implementation/.github/workflows
8181
run: sudo ./install-mono.sh
8282
- name: Cache Nuget packages
83-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 #v4.0.1
83+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2
8484
with:
8585
path: ~/.nuget/packages
8686
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj*', '**/configuration.packages.json') }}

.github/workflows/InitDev Postgres, MultiTenancy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
working-directory: ./Ed-Fi-ODS-Implementation/.github/workflows
9898
run: sudo ./install-mono.sh
9999
- name: Cache Nuget packages
100-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 #v4.0.1
100+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2
101101
with:
102102
path: ~/.nuget/packages
103103
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj*', '**/configuration.packages.json') }}

.github/workflows/InitDev Postgres, Smoke Tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
working-directory: ./Ed-Fi-ODS-Implementation/.github/workflows
9696
run: sudo ./install-mono.sh
9797
- name: Cache Nuget packages
98-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 #v4.0.1
98+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2
9999
with:
100100
path: ~/.nuget/packages
101101
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj*', '**/configuration.packages.json') }}

.github/workflows/InitDev Postgres, Unit tests, Integration tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
working-directory: ./Ed-Fi-ODS-Implementation/.github/workflows
9797
run: sudo ./install-mono.sh
9898
- name: Cache Nuget packages
99-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 #v4.0.1
99+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2
100100
with:
101101
path: ~/.nuget/packages
102102
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj*', '**/configuration.packages.json') }}

.github/workflows/InitDev, MultiTenancy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
working-directory: ./Ed-Fi-ODS-Implementation/.github/workflows
104104
run: sudo ./install-mono.sh
105105
- name: Cache Nuget packages
106-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 #v4.0.1
106+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2
107107
with:
108108
path: ~/.nuget/packages
109109
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj*', '**/configuration.packages.json') }}

.github/workflows/InitDev, Smoke Tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
working-directory: ./Ed-Fi-ODS-Implementation/.github/workflows
110110
run: sudo ./install-mono.sh
111111
- name: Cache Nuget packages
112-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 #v4.0.1
112+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2
113113
with:
114114
path: ~/.nuget/packages
115115
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj*', '**/configuration.packages.json') }}

.github/workflows/InitDev, Unit tests, Integration tests, Package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
working-directory: ./Ed-Fi-ODS-Implementation/.github/workflows
114114
run: sudo ./install-mono.sh
115115
- name: Cache Nuget packages
116-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 #v4.0.1
116+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2
117117
with:
118118
path: ~/.nuget/packages
119119
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj*', '**/configuration.packages.json') }}

0 commit comments

Comments
 (0)