From e5de014e96f925d1b4369760658e0e5ee54c9e4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 20:01:39 +0000 Subject: [PATCH] Bump actions/checkout from 3.1.0 to 3.3.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.3.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/v3.1.0...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 12 ++++++------ .github/workflows/dependabot-changenote.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bddfcf1d4..33a1b9c1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.3.0 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} @@ -36,11 +36,11 @@ jobs: - 'package' steps: # Check out main; needed for towncrier comparisons. - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.3.0 with: fetch-depth: 0 ref: main - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.3.0 with: fetch-depth: 0 - name: Set up Python @@ -66,7 +66,7 @@ jobs: python-version: ['3.8', '3.9', '3.10', '3.11.0-alpha - 3.11.0'] runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.3.0 with: fetch-depth: 0 - name: Set up Python @@ -98,7 +98,7 @@ jobs: needs: - unit-tests steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.3.0 with: fetch-depth: 0 - uses: actions/setup-python@v2 @@ -171,7 +171,7 @@ jobs: ${{ matrix.briefcase-data-dir }} ${{ matrix.pip-cache-dir }} ${{ matrix.docker-cache-dir }} - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.3.0 with: fetch-depth: 0 - name: Set up Python diff --git a/.github/workflows/dependabot-changenote.yml b/.github/workflows/dependabot-changenote.yml index b5a9454a6..dcbc58af6 100644 --- a/.github/workflows/dependabot-changenote.yml +++ b/.github/workflows/dependabot-changenote.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 with: fetch-depth: 1 token: ${{ secrets.BRUTUS_PAT_TOKEN }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bc951dde1..4ca22d3d1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,7 +8,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.3.0 with: fetch-depth: 0 ref: main diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e26208f81..aadaa8778 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 with: fetch-depth: 0 ref: main