From f3ef854782a47ca2f57cab29447744e129863f86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 13:39:37 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [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) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto.yml | 12 ++++++------ .github/workflows/feature.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/auto.yml b/.github/workflows/auto.yml index af6707d..e25fcde 100644 --- a/.github/workflows/auto.yml +++ b/.github/workflows/auto.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: TruffleHog OSS @@ -106,7 +106,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Configuring commit Author run: | git config --global user.email "96251909+dpgabot@users.noreply.github.com" @@ -124,7 +124,7 @@ jobs: run: jf rt dl "dpga-website-artifacts/artifacts${{github.run_number}}/*" artifacts/ - name: Checkout Test Repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: DPGAlliance/DPGAlliance.github.io path: "testenv" @@ -146,7 +146,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up JDK 1.8 uses: actions/setup-java@v1 @@ -163,7 +163,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Configuring commit Author run: | git config --global user.email "96251909+dpgabot@users.noreply.github.com" @@ -181,7 +181,7 @@ jobs: run: jf rt dl "dpga-website-artifacts/artifacts${{github.run_number}}/*" artifacts/ - name: Checkout Prod Repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: DPGAlliance/publicgoods-website path: "prodenv" diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index 61b1f35..90d3c87 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-node@v2 with: node-version: "16"