From 2f02e4d62cd8bdb6dbd2bba561dd669f4dbd0be0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2020 06:15:15 +0000 Subject: [PATCH] build(deps): bump actions/checkout from v2.3.2 to v2.3.3 Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.2 to v2.3.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.3.2...a81bbbf8298c0fa03ea29cdc473d45769f953675) Signed-off-by: dependabot[bot] --- .github/workflows/black.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index 52cdcb2..fdcc493 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -27,7 +27,7 @@ jobs: run: shell: bash steps: - - uses: actions/checkout@v2.3.2 + - uses: actions/checkout@v2.3.3 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.head_ref }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b205869..e32f93a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: shell: bash name: python ${{ matrix.python-version }} on ${{ matrix.os }} steps: - - uses: actions/checkout@v2.3.2 + - uses: actions/checkout@v2.3.3 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.head_ref }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f90b587..97e0111 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: run: shell: bash steps: - - uses: actions/checkout@v2.3.2 + - uses: actions/checkout@v2.3.3 - name: setting up python ${{ matrix.python-version }} uses: actions/setup-python@v2.1.2 with: