From 07bc0a6d89b89dca0ab8c90a0fd3f1ec8499f9da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 17:12:30 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 2 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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...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/CI&CD.yml | 4 ++-- .github/workflows/Create-GitHub-Release.yml | 2 +- .github/workflows/Lint-PR-name.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI&CD.yml b/.github/workflows/CI&CD.yml index 2fd1bb6..a147db6 100644 --- a/.github/workflows/CI&CD.yml +++ b/.github/workflows/CI&CD.yml @@ -68,7 +68,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Run PostgreSQL service run: | @@ -133,7 +133,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Turnstyle uses: softprops/turnstyle@v1 diff --git a/.github/workflows/Create-GitHub-Release.yml b/.github/workflows/Create-GitHub-Release.yml index 6f86d71..42e2a4b 100644 --- a/.github/workflows/Create-GitHub-Release.yml +++ b/.github/workflows/Create-GitHub-Release.yml @@ -11,7 +11,7 @@ jobs: timeout-minutes: 3 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Generate changelog id: changelog diff --git a/.github/workflows/Lint-PR-name.yml b/.github/workflows/Lint-PR-name.yml index 1c3dfed..d2558d8 100644 --- a/.github/workflows/Lint-PR-name.yml +++ b/.github/workflows/Lint-PR-name.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Install Dependencies run: npm install @commitlint/config-conventional diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4583587..0c3c593 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head.