Skip to content

Commit 9fb6c3c

Browse files
dependabot[bot]fd0r
authored andcommitted
chore: bump actions/checkout from 4.1.0 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.0...692973e) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ab6da2d commit 9fb6c3c

16 files changed

+37
-37
lines changed

.github/workflows/benchmarks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
8787
# We don't need to specify the git-ref here since he are just generating the cli arguments
8888
- name: Checkout code
89-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
89+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
9090

9191
- name: Set up Python
9292
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
@@ -130,7 +130,7 @@ jobs:
130130
max-parallel: ${{ fromJson(needs.prepare-scripts.outputs.length) }}
131131
steps:
132132
- name: Checkout Slab repo
133-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
133+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
134134
with:
135135
repository: zama-ai/slab
136136
path: slab

.github/workflows/check_github_actions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
shell: bash
2323
steps:
2424
- name: Checkout Code
25-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
25+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2626

2727
- name: Install dependencies
2828
id: install-deps

.github/workflows/check_github_issues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Checkout Code
35-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
35+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
3636

3737
- name: Install dependencies
3838
id: install-deps

.github/workflows/ci_timing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "::add-mask::${{ secrets.INTERNAL_REPO_URL_FOR_MASK }}"
2929
3030
- name: Checkout code
31-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
31+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
3232
with:
3333
fetch-depth: 0
3434

.github/workflows/cifar_benchmark.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
echo "::add-mask::${{ secrets.INTERNAL_REPO_URL }}"
8383
8484
- name: Checkout code
85-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
85+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
8686
with:
8787
lfs: true
8888
ref: ${{ github.event.inputs.git-ref }}
@@ -121,7 +121,7 @@ jobs:
121121
122122
- name: Alternative Concrete Python Branch Checkout
123123
if: github.event.inputs.alternative-cp-branch != 'none'
124-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
124+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
125125
with:
126126
path: concrete
127127
repository: zama-ai/concrete

.github/workflows/continuous-integration.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
macos-python-versions: ${{ steps.set-matrix.outputs.macos-python-versions }}
115115
steps:
116116
- name: Checkout code
117-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
117+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
118118

119119
- name: Set matrix
120120
id: set-matrix
@@ -238,7 +238,7 @@ jobs:
238238
matrix: ${{ steps.update-linux-matrix.outputs.linux-matrix }}
239239
steps:
240240
- name: Checkout Code
241-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
241+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
242242

243243
- name: Configure AWS credentials
244244
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502
@@ -385,7 +385,7 @@ jobs:
385385
# Checkout the code
386386
# 'fetch-depth' is set to 0 in order to fetch all tags (used for generating the changelog)
387387
- name: Checkout Code
388-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
388+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
389389
with:
390390
fetch-depth: 0
391391

@@ -1034,7 +1034,7 @@ jobs:
10341034
10351035
# Checkout the code
10361036
- name: Checkout Code
1037-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
1037+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
10381038

10391039
# Pull necessary LFS files (and thus avoid downloading files stored for benchmarks, use cases, ...)
10401040
- name: Pull LFS files
@@ -1131,7 +1131,7 @@ jobs:
11311131
]
11321132

11331133
steps:
1134-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
1134+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
11351135

11361136
- name: Prepare whole job status
11371137
env:

.github/workflows/prepare_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
# We need to include LFS files as some are needed for building the documentation
4949
- name: Checkout Code
50-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
50+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
5151
with:
5252
ref: ${{ github.ref }}
5353
token: ${{ secrets.BOT_TOKEN }}

.github/workflows/publish_aws_ami.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# FIXME: We still need to check that it matches a version tag
2424
# This won't work on automatically triggered based on release
2525
- name: Checkout Concrete ML Repository
26-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
26+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2727
with:
2828
ref: ${{ inputs.version || github.ref_name}}
2929
fetch-depth: 1
@@ -32,14 +32,14 @@ jobs:
3232

3333
# To use the files and all
3434
- name: Checkout Concrete ML Repository
35-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
35+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
3636
with:
3737
fetch-depth: 1
3838
lfs: false
3939
path: "concrete-ml-latest"
4040

4141
- name: Checkout Slab Repository
42-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
42+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
4343
with:
4444
repository: "zama-ai/slab"
4545
path: "slab"

.github/workflows/refresh-notebooks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ec2-instance-id-38: ${{ steps.start-ec2-runner-38.outputs.ec2-instance-id || '' }}
1919
steps:
2020
- name: Checkout Code
21-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
21+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2222

2323
- name: Configure AWS credentials
2424
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502
@@ -71,7 +71,7 @@ jobs:
7171
apt update && apt install git git-lfs -y
7272
7373
- name: Checkout Code
74-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
74+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
7575
with:
7676
lfs: true
7777

@@ -144,7 +144,7 @@ jobs:
144144
name: Send Slack notification
145145
runs-on: ubuntu-20.04
146146
steps:
147-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
147+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
148148

149149
- name: Prepare whole job status
150150
if: ${{ always() }}

.github/workflows/refresh-one-notebook.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
ec2-instance-id-38: ${{ steps.start-ec2-runner-38.outputs.ec2-instance-id || '' }}
9898
steps:
9999
- name: Checkout Code
100-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
100+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
101101

102102
- name: Configure AWS credentials
103103
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502
@@ -151,7 +151,7 @@ jobs:
151151
apt update && apt install git git-lfs -y
152152
153153
- name: Checkout Code
154-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
154+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
155155
with:
156156
token: ${{ secrets.BOT_TOKEN }}
157157
lfs: true
@@ -248,7 +248,7 @@ jobs:
248248
name: Send Slack notification
249249
runs-on: ubuntu-20.04
250250
steps:
251-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
251+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
252252

253253
- name: Prepare whole job status
254254
if: ${{ always() }}

0 commit comments

Comments
 (0)