diff options
| author | Jordan Longstaff <JordanLongstaff@users.noreply.github.com> | 2026-04-11 10:55:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-11 14:55:20 +0000 |
| commit | 68cd04175d99f82a4f5ce55c19e31802d578f323 (patch) | |
| tree | 4b1d12d3261ed330c1a3939b3dc8ad1716b82f63 /.github | |
| parent | b2f0cae9ecd5ce62e4c2bff42b69d04a9f7b4a68 (diff) | |
Update ccache-action version to 1.2.22 (#6482)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/generate-builds.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/generate-builds.yml b/.github/workflows/generate-builds.yml index 19f25345b..ab6335a36 100644 --- a/.github/workflows/generate-builds.yml +++ b/.github/workflows/generate-builds.yml @@ -15,7 +15,7 @@ jobs: with: submodules: true - name: Configure ccache - uses: hendrikmuhs/ccache-action@v1.2 + uses: hendrikmuhs/ccache-action@v1.2.22 with: save: ${{ github.ref_name == github.event.repository.default_branch }} key: ${{ runner.os }}-otr-ccache-${{ github.ref }}-${{ github.sha }} @@ -83,7 +83,7 @@ jobs: with: submodules: true - name: Configure ccache - uses: hendrikmuhs/ccache-action@v1.2 + uses: hendrikmuhs/ccache-action@v1.2.22 with: create-symlink: true save: ${{ github.ref_name == github.event.repository.default_branch }} @@ -163,7 +163,7 @@ jobs: sudo apt-get update sudo apt-get install -y $(cat .github/workflows/apt-deps.txt) - name: Configure ccache - uses: hendrikmuhs/ccache-action@v1.2 + uses: hendrikmuhs/ccache-action@v1.2.22 with: save: ${{ github.ref_name == github.event.repository.default_branch }} key: ${{ runner.os }}-ccache-${{ github.ref }}-${{ github.sha }} @@ -277,7 +277,7 @@ jobs: with: submodules: true - name: Configure sccache - uses: hendrikmuhs/ccache-action@v1.2 + uses: hendrikmuhs/ccache-action@v1.2.22 with: variant: sccache max-size: "2G" |
