mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
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](1e204e9a92...ec3a7ce113)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Arthur Meyre
parent
d4909a729f
commit
6ea46d2cbe
10
.github/workflows/continuous-integration.yaml
vendored
10
.github/workflows/continuous-integration.yaml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/package-watcher.yaml
vendored
2
.github/workflows/package-watcher.yaml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user