From aac6e2081441e2a59917fe4a9cc9472380c5c032 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 20:10:53 +0000 Subject: [PATCH] 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/build-release-vpnc-deployer.yml | 4 ++-- .github/workflows/build-release-vpnc.yml | 4 ++-- .github/workflows/build-release-vpnddns.yml | 4 ++-- .github/workflows/build-release-vpnmanager.yml | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-release-vpnc-deployer.yml b/.github/workflows/build-release-vpnc-deployer.yml index 47dbdf8..73b15dc 100644 --- a/.github/workflows/build-release-vpnc-deployer.yml +++ b/.github/workflows/build-release-vpnc-deployer.yml @@ -52,7 +52,7 @@ jobs: version: ${{ steps.context.outputs.version }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 with: token: ${{ secrets.BEEIO_CI_TOKEN }} @@ -91,7 +91,7 @@ jobs: -v /home/runner:/var/lib/registry --name registry steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Inject brand run: | diff --git a/.github/workflows/build-release-vpnc.yml b/.github/workflows/build-release-vpnc.yml index d231e6a..71bedce 100644 --- a/.github/workflows/build-release-vpnc.yml +++ b/.github/workflows/build-release-vpnc.yml @@ -55,7 +55,7 @@ jobs: version: ${{ steps.context.outputs.version }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 with: token: ${{ secrets.BEEIO_CI_TOKEN }} @@ -94,7 +94,7 @@ jobs: -v /home/runner:/var/lib/registry --name registry steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Inject Hash version run: | diff --git a/.github/workflows/build-release-vpnddns.yml b/.github/workflows/build-release-vpnddns.yml index c38fd30..01d6368 100644 --- a/.github/workflows/build-release-vpnddns.yml +++ b/.github/workflows/build-release-vpnddns.yml @@ -58,7 +58,7 @@ jobs: version: ${{ steps.context.outputs.version }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 with: token: ${{ secrets.BEEIO_CI_TOKEN }} @@ -97,7 +97,7 @@ jobs: -v /home/runner:/var/lib/registry --name registry steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Inject Hash version run: | diff --git a/.github/workflows/build-release-vpnmanager.yml b/.github/workflows/build-release-vpnmanager.yml index d708853..dfbabd9 100644 --- a/.github/workflows/build-release-vpnmanager.yml +++ b/.github/workflows/build-release-vpnmanager.yml @@ -48,7 +48,7 @@ jobs: semanticVersion: ${{ steps.semantic.outputs.semanticVersion }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 with: token: ${{ secrets.BEEIO_CI_TOKEN }} @@ -83,7 +83,7 @@ jobs: needs: context if: needs.context.outputs.shouldBuild == 'true' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Import GPG key id: import_gpg @@ -141,7 +141,7 @@ jobs: needs: context if: needs.context.outputs.shouldBuild == 'true' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 with: fetch-depth: 0 @@ -194,7 +194,7 @@ jobs: needs: [ build, context ] if: needs.context.outputs.isRelease == 'true' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - run: | ./gradlew closeAndReleaseRepository \ -Pnexus.username=${{ secrets.OSS_NEXUS_USER }} \