Skip to content

Commit

Permalink
⬆️ Bump actions/cache from 2.1.7 to 3 (RigsOfRods#2878)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 21, 2022
1 parent 1f5ac18 commit 625e582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-game.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
submodules: true

- name: Cache conan
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
key: conan-${{ hashFiles('cmake/DependenciesConfig.cmake') }}
path: ~/.conan/
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
execute_process(COMMAND ${CMAKE_COMMAND} -E tar xzf "$ENV{TMP}/build-tools.zip" WORKING_DIRECTORY "$ENV{BUILD_TOOLS_PATH}")
- name: Cache conan packages
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
key: conan-${{ hashFiles('cmake/DependenciesConfig.cmake') }}
path: ~/.conan
Expand Down

0 comments on commit 625e582

Please # to comment.