From 555b3c002dc19cbec4f5e1833a147231c8a985ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 02:18:20 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/branch.yaml | 2 +- .github/workflows/tag.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/branch.yaml b/.github/workflows/branch.yaml index 4dc9b72..a7e4db1 100644 --- a/.github/workflows/branch.yaml +++ b/.github/workflows/branch.yaml @@ -18,7 +18,7 @@ jobs: run: apk -U upgrade && apk add build-base git ca-certificates sqlite - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Build run: make build-deps deps test deploy diff --git a/.github/workflows/tag.yaml b/.github/workflows/tag.yaml index 044bb4a..679bff2 100644 --- a/.github/workflows/tag.yaml +++ b/.github/workflows/tag.yaml @@ -15,7 +15,7 @@ jobs: run: apk -U upgrade && apk add build-base git ca-certificates sqlite - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Build run: |