Skip to content

Commit 62e8e16

Browse files
Bump actions/checkout from 4.2.2 to 5.0.0 (#883)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Hucka <mhucka@google.com>
1 parent f9942a8 commit 62e8e16

11 files changed

Lines changed: 12 additions & 12 deletions

.github/workflows/_build_wheels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
]
6363
steps:
6464
- name: Check out a copy of the git repository
65-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
65+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6666
with:
6767
fetch-depth: 1
6868
submodules: recursive
@@ -116,7 +116,7 @@ jobs:
116116
117117
- if: inputs.upload != false
118118
name: Upload wheels to GitHub
119-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
119+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v5.0.0
120120
with:
121121
name: python-wheels-${{matrix.conf.os}}-${{matrix.conf.arch}}
122122
path: ./wheelhouse/*.whl

.github/workflows/_find_changes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
python-changes: ${{steps.python-files.outputs.matched}}
5555
steps:
5656
- name: Check out a copy of the git repository
57-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
57+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5858

5959
- name: Test whether the changes involved one or more non-doc files
6060
uses: tomi/paths-filter-action@32c62f5ca100c1110406e3477d5b3ecef4666fec # v3.0.2

.github/workflows/ci_build_library.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
run: exit 0
9494
9595
- name: Check out a copy of the git repository
96-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
96+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9797
with:
9898
fetch-depth: 1
9999
submodules: recursive

.github/workflows/ci_docker_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: exit 0
6666
6767
- name: Check out a copy of the git repository
68-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
68+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6969
with:
7070
fetch-depth: 1
7171
submodules: recursive

.github/workflows/ci_format_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: exit 0
6666
6767
- name: Check out a copy of the git repository
68-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
68+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6969
with:
7070
# Need the full git history for format-incremental.
7171
fetch-depth: 0

.github/workflows/ci_hardware_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: exit 0
7171
7272
- name: Check out a copy of the git repository
73-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
73+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7474
with:
7575
fetch-depth: 1
7676
submodules: recursive

.github/workflows/ci_sanitizer_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: exit 0
6969
7070
- name: Check out a copy of the git repository
71-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
71+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7272
with:
7373
fetch-depth: 1
7474
submodules: recursive

.github/workflows/ci_tcmalloc_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: exit 0
6565
6666
- name: Check out a copy of the git repository
67-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
67+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6868
with:
6969
fetch-depth: 1
7070
submodules: recursive

.github/workflows/cirq_compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
timeout-minutes: 30
4141
steps:
4242
- name: Check out a copy of the git repository
43-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
43+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444
with:
4545
fetch-depth: 1
4646
submodules: recursive

.github/workflows/pr-labeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
SHELLOPTS: ${{inputs.debug && 'xtrace' || '' }}
6363
steps:
6464
- name: Check out a copy of the git repository
65-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
65+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6666
with:
6767
sparse-checkout: |
6868
./dev_tools/ci/size-labeler.sh

0 commit comments

Comments
 (0)