Browse Source

chore(deps): bump actions/cache from 4 to 6

Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot/github_actions/actions/cache-6
dependabot[bot] 1 day ago
committed by GitHub
parent
commit
66fd49b2d4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/action-details-check.yml

2
.github/workflows/action-details-check.yml

@ -100,7 +100,7 @@ jobs:
run: wget "https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/${LGSM_REF}/linuxgsm.sh"; chmod +x linuxgsm.sh
- name: Cache apt packages
uses: actions/cache@v4
uses: actions/cache@v6
with:
path: /var/cache/apt/archives
key: apt-${{ runner.os }}-libxml2-utils-jq

Loading…
Cancel
Save