From 54b062de718a76415bd6b0566cbe8dd896ac8f60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 02:01:12 +0000 Subject: [PATCH] Bump actions/checkout from 2.4.0 to 3.3.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.3.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.4.0...v3.3.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 | 4 ++-- .github/workflows/release.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/backup.yaml b/.github/workflows/backup.yaml index 79e2af5..3e696f9 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.4.0 + - uses: actions/checkout@v3.3.0 - name: backup 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 72a24ae..f3322f4 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -16,7 +16,7 @@ jobs: go-version: 1.16 id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3.3.0 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2.8.1 with: @@ -35,7 +35,7 @@ jobs: go-version: 1.16 id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3.3.0 - name: Go-linter-1 uses: Jerome1337/golint-action@v1.0.2 with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d9958db..feb341b 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.4.0 + uses: actions/checkout@v3.3.0 - name: Unshallow run: git fetch --prune --unshallow - name: Set up Go