-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/cache from 3.3.2 to 3.3.3
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 3.3.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.3.2...v3.3.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
9401829
commit 1a56c7f
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
run: sudo apt-get install libxpm-dev freeglut3-dev libmariadb-dev firebird-dev mysql-client unixodbc-dev postgresql sqlite3 libpq-dev | ||
|
||
- name: '${{ matrix.icon }} Cache ROOT' | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
path: '${{ env.CMAKE_BUILD_PREFIX }}/_deps/root-build' | ||
key: root-${{ matrix.cc }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ jobs: | |
run: sudo apt-get install libxpm-dev freeglut3-dev libmariadb-dev firebird-dev mysql-client unixodbc-dev postgresql sqlite3 libpq-dev | ||
|
||
- name: '${{ matrix.icon }} Cache ROOT' | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
path: '${{ env.CMAKE_BUILD_PREFIX }}/_deps/root-build' | ||
key: root-${{ matrix.cc }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
github-api-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: '${{ matrix.icon }} Cache ROOT' | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
path: '${{ env.CMAKE_BUILD_PREFIX }}/_deps/root-build' | ||
key: root-${{ matrix.cc }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
github-api-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: '${{ matrix.icon }} Cache ROOT' | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
path: '${{ env.CMAKE_BUILD_PREFIX }}/_deps/root-build' | ||
key: root-${{ matrix.cc }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
uses: ilammy/[email protected] | ||
|
||
- name: '${{ matrix.icon }} Cache ROOT' | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
path: '${{ env.CMAKE_BUILD_PREFIX }}/_deps/root-build' | ||
key: 'root' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ jobs: | |
pcre | ||
- name: '${{ matrix.icon }} Cache ROOT' | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
path: '${{ env.CMAKE_BUILD_PREFIX }}/_deps/root-build' | ||
key: root-${{ matrix.env }} | ||
|