From bb9dc06ade4ce102e3afa21a54e82d64981dfbf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 06:52:40 +0000 Subject: [PATCH] build(deps): 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/build_branch_preview.yml | 6 +++--- .github/workflows/build_staging.yml | 6 +++--- .github/workflows/deploy_and_build_prod.yml | 10 +++++----- .github/workflows/deploy_branch_preview.yml | 6 +++--- .github/workflows/deploy_staging.yml | 6 +++--- .github/workflows/test_development_environment.yml | 2 +- .github/workflows/test_e2e.yml | 2 +- 7 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/build_branch_preview.yml b/.github/workflows/build_branch_preview.yml index d3d8c3634..d77e41507 100644 --- a/.github/workflows/build_branch_preview.yml +++ b/.github/workflows/build_branch_preview.yml @@ -27,7 +27,7 @@ jobs: name: Markdown Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: 16.x @@ -43,7 +43,7 @@ jobs: name: Lint & Test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: 16.x @@ -86,7 +86,7 @@ jobs: name: Build Branch Preview runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - name: Fetch Tags diff --git a/.github/workflows/build_staging.yml b/.github/workflows/build_staging.yml index 53b519508..fe1233912 100644 --- a/.github/workflows/build_staging.yml +++ b/.github/workflows/build_staging.yml @@ -13,7 +13,7 @@ jobs: name: Markdown Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: 16.x @@ -29,7 +29,7 @@ jobs: name: Lint & Test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: 16.x @@ -72,7 +72,7 @@ jobs: name: Build Staging runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - name: Fetch Tags diff --git a/.github/workflows/deploy_and_build_prod.yml b/.github/workflows/deploy_and_build_prod.yml index 7ed27e31d..985347795 100644 --- a/.github/workflows/deploy_and_build_prod.yml +++ b/.github/workflows/deploy_and_build_prod.yml @@ -15,7 +15,7 @@ jobs: name: Markdown Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: 16.x @@ -31,7 +31,7 @@ jobs: name: Lint & Test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: 16.x @@ -74,7 +74,7 @@ jobs: latestBinaryVersion: ${{ steps.latestBinaryVersion.outputs.version }} latestBuildVersion: ${{ steps.latestBuildVersion.outputs.version }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - name: Fetch Tags @@ -148,7 +148,7 @@ jobs: latestBinaryVersion: ${{ steps.latestBinaryVersion.outputs.version }} latestBuildVersion: ${{ steps.latestBuildVersion.outputs.version }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - name: Fetch Tags @@ -235,7 +235,7 @@ jobs: needs: deploy_prod runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Fetch Tags run: git fetch --prune --unshallow --tags -f - uses: rlespinasse/github-slug-action@v3.x diff --git a/.github/workflows/deploy_branch_preview.yml b/.github/workflows/deploy_branch_preview.yml index 95bdc3044..bdeb0e8f7 100644 --- a/.github/workflows/deploy_branch_preview.yml +++ b/.github/workflows/deploy_branch_preview.yml @@ -27,7 +27,7 @@ jobs: name: Markdown Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: 16.x @@ -43,7 +43,7 @@ jobs: name: Lint & Test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: 16.x @@ -86,7 +86,7 @@ jobs: name: Deploy Branch Preview runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - name: Fetch Tags diff --git a/.github/workflows/deploy_staging.yml b/.github/workflows/deploy_staging.yml index 5bdfe04ab..016e12649 100644 --- a/.github/workflows/deploy_staging.yml +++ b/.github/workflows/deploy_staging.yml @@ -16,7 +16,7 @@ jobs: name: Markdown Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: 16.x @@ -32,7 +32,7 @@ jobs: name: Lint & Test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: 16.x @@ -76,7 +76,7 @@ jobs: needs: test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Fetch Tags run: | git fetch --prune --unshallow --tags -f diff --git a/.github/workflows/test_development_environment.yml b/.github/workflows/test_development_environment.yml index 1aaf19721..8998cd8b3 100644 --- a/.github/workflows/test_development_environment.yml +++ b/.github/workflows/test_development_environment.yml @@ -17,7 +17,7 @@ jobs: os: [ubuntu-latest, macOS-latest] # removed windows due to intermittent failure node: [16, 18] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} diff --git a/.github/workflows/test_e2e.yml b/.github/workflows/test_e2e.yml index 6a4b1ef93..7f23f748d 100644 --- a/.github/workflows/test_e2e.yml +++ b/.github/workflows/test_e2e.yml @@ -25,7 +25,7 @@ jobs: name: Sally Mobile - E2E PCloudy Tests runs-on: self-hosted-stg steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: repository: "rationally-app/mobile-e2e" token: ${{ secrets.GH_TOKEN_SUPPLYALLY_BOT }}