From 4ddc2f6833a37b440485fe00a08782b08c96ff9a Mon Sep 17 00:00:00 2001 From: "msclock-bot[bot]" <163820484+msclock-bot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 01:56:59 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to 1bd1e32 --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 20 ++++++++++---------- .github/workflows/codeql.yml | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2c71679..3813f18 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -33,7 +33,7 @@ jobs: ref: ${{ github.head_ref }} - name: Cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: | ~/vcpkg diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5880edc..f2b56e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: fetch-depth: 0 - name: Cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: | ~/vcpkg @@ -132,7 +132,7 @@ jobs: fetch-depth: 0 - name: Cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: | ~/vcpkg @@ -218,7 +218,7 @@ jobs: fetch-depth: 0 - name: Cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: | ~/vcpkg @@ -284,7 +284,7 @@ jobs: fetch-depth: 0 - name: Cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: | ~/vcpkg @@ -353,7 +353,7 @@ jobs: fetch-depth: 0 - name: Cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: | ~/vcpkg @@ -401,7 +401,7 @@ jobs: fetch-depth: 0 - name: Cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: | ~/vcpkg @@ -463,7 +463,7 @@ jobs: fetch-depth: 0 - name: Cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: | ~/vcpkg @@ -512,7 +512,7 @@ jobs: fetch-depth: 0 - name: Cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: | ~/vcpkg @@ -561,7 +561,7 @@ jobs: fetch-depth: 0 - name: Cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: | ~/vcpkg @@ -607,7 +607,7 @@ jobs: fetch-depth: 0 - name: Cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: | ~/vcpkg diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index cefe861..ea3ae81 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -56,7 +56,7 @@ jobs: config-file: ./.github/codeql-config.yml - name: Cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: | ~/vcpkg