From 7c545005e4876ac53a7117bed31e49361f967f2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:07:01 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/upstream-equivalence.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/upstream-equivalence.yml b/.github/workflows/upstream-equivalence.yml index 0940138..4425778 100644 --- a/.github/workflows/upstream-equivalence.yml +++ b/.github/workflows/upstream-equivalence.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout repository - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: ref: ${{ github.head_ref }} - name: Install necessary tools @@ -53,13 +53,13 @@ jobs: echo "ovmfPath=${ovmfPath}" | tee -a "$GITHUB_OUTPUT" - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: repository: virtee/sev-snp-measure.git ref: main path: sev-snp-measure - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: repository: edgelesssys/sev-snp-measure-go.git ref: main