Skip to content

Commit

Permalink
Bump actions/cache from 3.3.2 to 3.3.3
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored Jan 16, 2024
1 parent 9401829 commit 1a56c7f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Linux-Clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Linux-GCC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MacOS-Clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MacOS-GCC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Windows-MSVC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Windows-MSYS2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1a56c7f

Please sign in to comment.