From f99cd100f04fef7313c007dffd12f7768a52fe33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 22:13:05 +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/ci.yml | 4 ++-- .github/workflows/sync-labels.yml | 2 +- .github/workflows/sync-templates-and-ci-config.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adb1d506b442..2556fa5dd087 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: test-bot: false - name: Check out Pull Request - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 with: fetch-depth: 0 persist-credentials: false @@ -50,7 +50,7 @@ jobs: test-bot: false - name: Check out Pull Request - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 240d3ef919e4..a9b88e7379b9 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -7,7 +7,7 @@ jobs: if: github.repository == 'Homebrew/homebrew-cask' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false diff --git a/.github/workflows/sync-templates-and-ci-config.yml b/.github/workflows/sync-templates-and-ci-config.yml index 2bce1eae9b36..eff0acfbd70a 100644 --- a/.github/workflows/sync-templates-and-ci-config.yml +++ b/.github/workflows/sync-templates-and-ci-config.yml @@ -22,12 +22,12 @@ jobs: - Homebrew/homebrew-cask-versions steps: - name: Clone main repository - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 with: persist-credentials: false - name: Clone secondary repository - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 with: repository: ${{ matrix.repo }} path: vendor/${{ matrix.repo }}