From 03cc80f7888f1246e7c1d2da2213f89d9fdd6061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 23:10:41 +0000 Subject: [PATCH] Bump actions/checkout from 2.3.4 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.1.0. - [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/v2.3.4...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/backup.yaml | 2 +- .github/workflows/pull-request.yaml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/backup.yaml b/.github/workflows/backup.yaml index e0121ab..2ee358b 100644 --- a/.github/workflows/backup.yaml +++ b/.github/workflows/backup.yaml @@ -10,7 +10,7 @@ jobs: BackupGit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.1.0 - name: Backup to Gitee uses: jenkins-zh/git-backup-actions@v0.0.4 env: diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 1d1e930..7fe776d 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -16,7 +16,7 @@ jobs: go-version: 1.13 id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.1.0 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2.4.1 with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7038f92..03fe8fe 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.1.0 - name: Unshallow run: git fetch --prune --unshallow - name: Set up Go -- GitLab