From fe66d40cbeb96ebda7a7b1b3677f45cb5d96b200 Mon Sep 17 00:00:00 2001 From: gh versions bot Date: Wed, 19 Feb 2025 01:09:38 +0000 Subject: [PATCH] Update GitHub Actions --- .github/actions/vagrant-setup/action.yml | 2 +- .github/workflows/distros.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/vagrant-setup/action.yml b/.github/actions/vagrant-setup/action.yml index 34dbbd25f..9f6673301 100644 --- a/.github/actions/vagrant-setup/action.yml +++ b/.github/actions/vagrant-setup/action.yml @@ -17,7 +17,7 @@ runs: using: "composite" steps: - name: Cache Vagrant boxes - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # 4.2.0 + uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # 4.2.1 with: path: ~/.vagrant.d/boxes key: ${{ runner.os }}-vagrant-${{ inputs.distro }}-${{ hashFiles('distros_supported.yml') }} diff --git a/.github/workflows/distros.yml b/.github/workflows/distros.yml index 6350be275..9bfa1a45f 100644 --- a/.github/workflows/distros.yml +++ b/.github/workflows/distros.yml @@ -23,7 +23,7 @@ jobs: runs-on: vm-self-hosted steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2 - - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # 4.2.0 + - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # 4.2.1 with: path: ~/.vagrant.d/boxes key: ${{ runner.os }}-vagrant-${{ hashFiles('distros_supported.yml') }}