From a44ae2bf2c37d31ec106e8fc75eef1a53836143d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 12:37:59 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/build.yaml | 2 +- .github/workflows/preview.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0c91168..a3ec14b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-22.04 if: github.ref == 'refs/heads/master' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Get current date id: date run: echo "::set-output name=date::$(date --utc +%Y%m%d.%H%M)" diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index ac6c3d0..01c73ae 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-22.04 if: ${{ contains(github.event.pull_request.labels.*.name, 'preview') }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Set up QEMU uses: docker/setup-qemu-action@v2 - name: Set up Docker Buildx