Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 4, 2023
1 parent 99f1deb commit e3d1a5b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-vpnc-deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
version: ${{ steps.context.outputs.version }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
token: ${{ secrets.BEEIO_CI_TOKEN }}

Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
-v /home/runner:/var/lib/registry
--name registry
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Inject brand
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-release-vpnc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
version: ${{ steps.context.outputs.version }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
token: ${{ secrets.BEEIO_CI_TOKEN }}

Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
-v /home/runner:/var/lib/registry
--name registry
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Inject Hash version
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-release-vpnddns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
version: ${{ steps.context.outputs.version }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
token: ${{ secrets.BEEIO_CI_TOKEN }}

Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
-v /home/runner:/var/lib/registry
--name registry
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Inject Hash version
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-release-vpnmanager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
semanticVersion: ${{ steps.semantic.outputs.semanticVersion }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
token: ${{ secrets.BEEIO_CI_TOKEN }}

Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
needs: context
if: needs.context.outputs.shouldBuild == 'true'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Import GPG key
id: import_gpg
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
needs: context
if: needs.context.outputs.shouldBuild == 'true'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
needs: [ build, context ]
if: needs.context.outputs.isRelease == 'true'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: |
./gradlew closeAndReleaseRepository \
-Pnexus.username=${{ secrets.OSS_NEXUS_USER }} \
Expand Down

0 comments on commit e3d1a5b

Please sign in to comment.