Skip to content

Commit

Permalink
Update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 30a2886 commit 987d596
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@v3.3.1
uses: actions/cache@v4.1.1
with:
path: /var/cache/apt
key: ${{ runner.os }}-apt

- name: Restore cached SPM dependencies
uses: actions/cache@v3.3.1
uses: actions/cache@v4.1.1
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 @@ -20,7 +20,7 @@ jobs:
uses: actions/[email protected]

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

0 comments on commit 987d596

Please sign in to comment.