Browse Source

Merge 66fd49b2d4 into bded3376bc

pull/4945/merge
dependabot[bot] 2 days ago
committed by GitHub
parent
commit
add32fc730
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 run: wget "https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/${LGSM_REF}/linuxgsm.sh"; chmod +x linuxgsm.sh
- name: Cache apt packages - name: Cache apt packages
uses: actions/cache@v4 uses: actions/cache@v6
with: with:
path: /var/cache/apt/archives path: /var/cache/apt/archives
key: apt-${{ runner.os }}-libxml2-utils-jq key: apt-${{ runner.os }}-libxml2-utils-jq

Loading…
Cancel
Save