Skip to content

Commit 81edf47

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/download-artifact-5.0.0
2 parents 9da3541 + 1692384 commit 81edf47

12 files changed

Lines changed: 16 additions & 14 deletions

.github/ISSUE_TEMPLATE/1-bug-report.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Bug report
22
description: Report a problem with qsim or this project
3+
type: Bug
34
body:
45
- type: markdown
56
attributes:
6-
value: |
7+
value: >-
78
Thank you for taking the time to open an issue report. Before
89
continuing, it's worth [searching through the existing issues in this
910
repository](https://github.com/quantumlib/qsim/issues?q=is%3Aissue) in
@@ -59,7 +60,8 @@ body:
5960
label: Tell us the computing environment (if relevant)
6061
description: >-
6162
Please tell us if you are using Linux, macOS, Windows, Google Colab, or
62-
something else, and its version.
63+
something else, and its version. If you are trying to use a GPU and
64+
CUDA, please tell us the model of GPU and version of CUDA.
6365
placeholder: >-
6466
Describe the computing environment and its version here
6567
validations:

.github/ISSUE_TEMPLATE/3-question.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Question
2-
description: As a question
2+
description: Ask a question
33
type: Question
44
body:
55
- type: markdown

.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

0 commit comments

Comments
 (0)