Skip to content

Commit

Permalink
Update actions/cache action to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent df30583 commit 4bfd71c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
uses: actions/[email protected]

- name: APT cache
uses: actions/cache@v4.1.1
uses: actions/cache@v4.2.0
with:
path: /var/cache/apt
key: ${{ runner.os }}-apt

- name: Restore cached SPM dependencies
uses: actions/cache@v4.1.1
uses: actions/cache@v4.2.0
with:
path: .build
key: swiftpm-${{ runner.os }}-${{ inputs.swift-version }}-${{ hashFiles('Package.swift') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/[email protected]

- name: Cache vcpkg
uses: actions/cache@v4.1.1
uses: actions/cache@v4.2.0
with:
key: windows-x64-vcpkg
path: C:\vcpkg\installed\x64-windows
Expand Down

0 comments on commit 4bfd71c

Please sign in to comment.