From 8706799051b930d44e5f47823d5a3db3f6075fc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 03:02:22 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/build-push-docker-image.yaml | 6 +++--- .github/workflows/build.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-push-docker-image.yaml b/.github/workflows/build-push-docker-image.yaml index c1c13d7..26609a4 100644 --- a/.github/workflows/build-push-docker-image.yaml +++ b/.github/workflows/build-push-docker-image.yaml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get Next Version id: semver @@ -88,7 +88,7 @@ jobs: echo "Push image: ${{ inputs.push-image }}" - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.sha }} @@ -133,7 +133,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Create tag uses: actions/github-script@v9 diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a3c2a12..dc5ac12 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6