From e52f9cba0d132bdba7f41d98fb867375df616412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 23:03:31 +0000 Subject: [PATCH] chore: bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-description.yml | 2 +- .github/workflows/docker-publish.yml | 6 +++--- .github/workflows/github-release.yml | 2 +- .github/workflows/sync.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker-description.yml b/.github/workflows/docker-description.yml index 1d6bce2..06bd3d6 100644 --- a/.github/workflows/docker-description.yml +++ b/.github/workflows/docker-description.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: DockerHub Description uses: peter-evans/dockerhub-description@v3 diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 049348d..18d3349 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Prepare run: echo "TAG=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV @@ -70,7 +70,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Prepare run: echo "TAG=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV @@ -114,7 +114,7 @@ jobs: excludes: prerelease, draft - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: refs/tags/${{ steps.tag.outputs.release }} - diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index e5d4d43..41d23b0 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Release uses: softprops/action-gh-release@v1 diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index b2c2b7a..a59c86c 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 -