Skip to content

Commit

Permalink
Update versions of actions/cache and actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
patricia-gallardo committed Mar 19, 2024
1 parent dbbe418 commit e9e5437
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: turtlesec-no/get-ninja@1.1.0

- name: Create vcpkg build folder
Expand All @@ -22,7 +22,7 @@ jobs:
mkdir -p ${{ env.vcpkg_project_root }}/_deps
- name: Cache vcpkg
uses: actions/cache@v3
uses: actions/cache@v4
env:
vcpkg_project_root: ${{runner.workspace}}/ms-pacman/build
cache-name: vcpkg-modules
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
cmake-build-type: [Debug, Release]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: turtlesec-no/get-ninja@1.1.0

# Workaround for https://github.com/actions/runner-images/issues/8659
Expand All @@ -88,7 +88,7 @@ jobs:
mkdir -p ${{ env.vcpkg_project_root }}/_deps
- name: Cache vcpkg
uses: actions/cache@v3
uses: actions/cache@v4
env:
vcpkg_project_root: ${{runner.workspace}}/ms-pacman/build/${{ matrix.configurations.config-preset }}
cache-name: vcpkg-modules
Expand Down

0 comments on commit e9e5437

Please sign in to comment.