From f9e8f4571976c057ec64878b9dbe7d6d57c56707 Mon Sep 17 00:00:00 2001 From: Allan Lang Date: Sun, 29 Sep 2024 14:07:12 +0100 Subject: [PATCH] Use checkout@v4 --- .github/workflows/build-release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 79a3649..55623de 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -14,7 +14,7 @@ jobs: name: Production steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install tools run: | @@ -51,7 +51,7 @@ jobs: name: Stage steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install tools run: | @@ -130,7 +130,7 @@ jobs: name: Production steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install tools run: |