From e4a0f3e8e69ab1eedc427151dcd306af5dfd1893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Apr 2022 03:08:48 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 3.0.1 to 3.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.1 to 3.0.2. - [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/dcd71f646680f2efd8db4afa5ad64fdcba30e748...2541b1294d2704b0964813337f33b291d3f8596b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 1e61275f6..94cc81606 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -34,7 +34,7 @@ jobs: needs-39-linux-runner: ${{ steps.set-matrix.outputs.needs-39-linux-runner }} steps: - name: Checkout code - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Set matrix id: set-matrix @@ -95,7 +95,7 @@ jobs: matrix: ${{ steps.update-linux-matrix.outputs.linux-matrix }} steps: - name: Checkout Code - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@05b148adc31e091bafbaf404f745055d4d3bc9d2 @@ -168,7 +168,7 @@ jobs: apt update && apt install git -y - name: Checkout Code - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # Fetch-detph 0 to have all commits for changelog generation with: fetch-depth: 0 @@ -401,7 +401,7 @@ jobs: matrix: ${{ fromJSON(format('{{"include":{0}}}', needs.matrix-preparation.outputs.macos-matrix)) }} steps: - name: Checkout Code - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Set up Python ${{ matrix.python_version }} uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 @@ -427,7 +427,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout Code - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Set up Python 3.8 uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 @@ -575,7 +575,7 @@ jobs: PUBLIC_RELEASE_IMAGE_BASE: zamafhe/concrete-numpy steps: - - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # See #570 To be updated to only install required dependencies group with poetry 1.2 and # remove graphviz installs which are only required for the actual package and not dev tools @@ -908,7 +908,7 @@ jobs: name: Send Slack notification runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Prepare whole job status if: ${{ always() }}