Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...3df4ab1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and RomanBredehoft committed Sep 11, 2023
1 parent ada18ab commit 04d4b4f
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
# We don't need to specify the git-ref here since he are just generating the cli arguments
- name: Checkout code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac

- name: Set up Python
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
max-parallel: ${{ fromJson(needs.prepare-scripts.outputs.length) }}
steps:
- name: Checkout Slab repo
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
with:
repository: zama-ai/slab
path: slab
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_github_actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
shell: bash
steps:
- name: Checkout Code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac

- name: Install dependencies
id: install-deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_github_issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
shell: bash
steps:
- name: Checkout Code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac

- name: Install dependencies
id: install-deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_timing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
echo "::add-mask::${{ secrets.INTERNAL_REPO_URL_FOR_MASK }}"
- name: Checkout code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cifar_benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
echo "::add-mask::${{ secrets.INTERNAL_REPO_URL }}"
- name: Checkout code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
with:
lfs: true
ref: ${{ github.event.inputs.git-ref }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
instance-type: ${{ steps.set-matrix.outputs.instance-type }}
steps:
- name: Checkout code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac

- name: Set matrix
id: set-matrix
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
matrix: ${{ steps.update-linux-matrix.outputs.linux-matrix }}
steps:
- name: Checkout Code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@04b98b3f9e85f563fb061be8751a0352327246b0
Expand Down Expand Up @@ -371,7 +371,7 @@ jobs:
# Checkout the code
# 'fetch-depth' is set to 0 in order to fetch all tags (used for generating the changelog)
- name: Checkout Code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
with:
fetch-depth: 0

Expand Down Expand Up @@ -909,7 +909,7 @@ jobs:
# Checkout the code
- name: Checkout Code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac

# Pull the only LFS files needed for regular tests, avoiding to download files stored for
# benchmarks and use cases
Expand Down Expand Up @@ -976,7 +976,7 @@ jobs:
name: Send Slack notification
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac

- name: Prepare whole job status
if: ${{ always() }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fi
- name: Checkout Code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
with:
ref: ${{ github.ref }}
token: ${{ secrets.BOT_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish_aws_ami.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# This won't work on automatically triggered based on release
- name: Checkout Concrete ML Repository
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
with:
ref: ${{ inputs.version || github.ref_name}}
fetch-depth: 1
Expand All @@ -34,14 +34,14 @@ jobs:
# To use the files and all
- name: Checkout Concrete ML Repository
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
with:
fetch-depth: 1
lfs: false
path: "concrete-ml-latest"

- name: Checkout Slab Repository
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
with:
repository: "zama-ai/slab"
path: "slab"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/refresh-notebooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
ec2-instance-id-38: ${{ steps.start-ec2-runner-38.outputs.ec2-instance-id || '' }}
steps:
- name: Checkout Code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@04b98b3f9e85f563fb061be8751a0352327246b0
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
apt update && apt install git git-lfs -y
- name: Checkout Code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
with:
lfs: true

Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
name: Send Slack notification
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac

- name: Prepare whole job status
if: ${{ always() }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/refresh-one-notebook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
ec2-instance-id-38: ${{ steps.start-ec2-runner-38.outputs.ec2-instance-id || '' }}
steps:
- name: Checkout Code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@04b98b3f9e85f563fb061be8751a0352327246b0
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
apt update && apt install git git-lfs -y
- name: Checkout Code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
with:
token: ${{ secrets.BOT_TOKEN }}
lfs: true
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
name: Send Slack notification
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac

- name: Prepare whole job status
if: ${{ always() }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
with:
ref: ${{ github.ref }}
token: ${{ secrets.BOT_TOKEN }}
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
apt -y install sudo
- name: Checkout Code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
with:
ref: ${{ github.ref }}
token: ${{ secrets.BOT_TOKEN }}
Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:
apt -y install sudo
- name: Checkout Code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
with:
ref: ${{ github.ref }}
token: ${{ secrets.BOT_TOKEN }}
Expand Down Expand Up @@ -667,7 +667,7 @@ jobs:
GIT_TAG: ${{ needs.release-checks.outputs.git_tag }}

steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac

- name: Prepare whole job status
if: ${{ always() }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/single_benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
# Run with current version
- name: Checkout CML to run
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
with:
fetch-depth: 1
lfs: true
Expand All @@ -125,7 +125,7 @@ jobs:
# Install specific version
# Also pull LFS files (for example, for pulling the pre-trained deep learning model weights)
- name: Checkout CML to install
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
with:
fetch-depth: 1
lfs: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
with:
fetch-depth: 0
- name: Save repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# Checkout repository
- name: Checkout Code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
with:
token: ${{ secrets.BOT_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly-pip-audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo "::add-mask::${{ secrets.INTERNAL_REPO_URL_FOR_MASK }}"
- name: Checkout Code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac

- name: Set up Python 3.8
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
Expand Down

0 comments on commit 04d4b4f

Please sign in to comment.