From e45e42821b1966a547d459df02776974cec36a46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 08:47:45 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/debian-runners.yaml | 2 +- .github/workflows/sbci-runners.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debian-runners.yaml b/.github/workflows/debian-runners.yaml index 361560c..81b546d 100644 --- a/.github/workflows/debian-runners.yaml +++ b/.github/workflows/debian-runners.yaml @@ -55,7 +55,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get short SHA ref id: vars diff --git a/.github/workflows/sbci-runners.yaml b/.github/workflows/sbci-runners.yaml index 307c197..05f46f6 100644 --- a/.github/workflows/sbci-runners.yaml +++ b/.github/workflows/sbci-runners.yaml @@ -55,7 +55,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get short SHA ref id: vars