From 805410c01a507cc70386ee247aab8624990612c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:03:29 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 2.3.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [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...v2.3.4) Signed-off-by: dependabot[bot] --- .github/workflows/benchmark.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 5451c5a..4fc2d23 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -18,7 +18,7 @@ jobs: reaction: eyes env: GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 if: steps.check.outputs.triggered == 'true' with: submodules: 'recursive' diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5dfe554..c2daa2d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: python-version: [3.8] compiler: [gcc, clang] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 with: submodules: 'recursive' - name: Set release name env variable (ubuntu) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af2e117..3c0cb31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: name: Build and publish Python 🐍 distributions 📦 to TestPyPI runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 with: submodules: 'recursive' - name: Set up Python 3.8