From de84e824a76abe967016770b258603590d16e63a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 13:59:42 +0000 Subject: [PATCH] Update crazy-max/ghaction-github-runtime action to v3 --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8568e1c..514b5ed 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Expose GitHub Runtime - uses: crazy-max/ghaction-github-runtime@v2 + uses: crazy-max/ghaction-github-runtime@v3 - name: Set up QEMU uses: docker/setup-qemu-action@v2 @@ -64,7 +64,7 @@ jobs: fetch-depth: 0 - name: Expose GitHub Runtime - uses: crazy-max/ghaction-github-runtime@v2 + uses: crazy-max/ghaction-github-runtime@v3 - name: Set up QEMU uses: docker/setup-qemu-action@v2