From 6ea46d2cbecc70ff2f6501a31872f7190b6b06de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Nov 2021 03:08:26 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 2.3.5 to 2.4.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.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/1e204e9a9253d643386038d443f96446fa156a97...ec3a7ce113134d7a93b817d10a8272cb61118579) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yaml | 10 +++++----- .github/workflows/package-watcher.yaml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 3153afd62..a16e3ea37 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -45,7 +45,7 @@ jobs: report: ${{ steps.report.outputs.report || 'Did not run.' }} steps: - - uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 + - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 with: fetch-depth: 0 - name: Get changed files @@ -163,7 +163,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 + uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 with: fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} @@ -420,7 +420,7 @@ jobs: PREFLIGHT_IMAGE: ${{ needs.build-preflight-docker.outputs.image }} steps: - - uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 + - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - name: Login to GitHub Container Registry uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 with: @@ -481,7 +481,7 @@ jobs: RELEASE_IMAGE_BASE: ghcr.io/zama-ai/concretefhe steps: - - uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 + - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # To be removed once poetry 1.2 is released to manage dependencies with groups # - name: Cache Installation Files # uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 @@ -749,7 +749,7 @@ jobs: name: Send Slack notification runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 + - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - name: Prepare whole job status if: ${{ always() }} continue-on-error: true diff --git a/.github/workflows/package-watcher.yaml b/.github/workflows/package-watcher.yaml index 2a7d7fe88..a526737cc 100644 --- a/.github/workflows/package-watcher.yaml +++ b/.github/workflows/package-watcher.yaml @@ -28,7 +28,7 @@ jobs: echo "SHOULD_RUN=${SHOULD_RUN}" >> "$GITHUB_ENV" - name: Checkout Code if: ${{ fromJSON(env.SHOULD_RUN) }} - uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 + uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - name: Compare image timestamps and notify if: ${{ fromJSON(env.SHOULD_RUN) }} run: |