Skip to content

Commit c0f2cb8

Browse files
authored
Merge pull request #234 from quantumlib/dependabot/github_actions/actions/setup-python-5.5.0
Bump actions/setup-python from 5.4.0 to 5.5.0
2 parents 37f176d + 6f4abf9 commit c0f2cb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
timeout-minutes: 10
1212
steps:
1313
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
14+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
1515
with:
1616
python-version: '3.12'
1717
architecture: 'x64'

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fail-fast: false
3737
steps:
3838
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
39-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
39+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
4040
with:
4141
python-version: '3.12'
4242
- name: Install dependencies
@@ -66,7 +66,7 @@ jobs:
6666
timeout-minutes: 15
6767
steps:
6868
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
69-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
69+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
7070
with:
7171
python-version: '3.12'
7272
- name: Doc check

0 commit comments

Comments
 (0)