Skip to content

Commit 8af5874

Browse files
chore(deps): bump actions/setup-python from 5 to 6 (#72)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a612f9d commit 8af5874

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
cargo binstall -y jaq
7474
7575
- name: Set up Python ${{ matrix.python-version }}
76-
uses: actions/setup-python@v5
76+
uses: actions/setup-python@v6
7777
with:
7878
python-version: ${{ matrix.python-version }}
7979

@@ -106,7 +106,7 @@ jobs:
106106
steps:
107107
- uses: actions/checkout@v6
108108
- name: Set up Python
109-
uses: actions/setup-python@v5
109+
uses: actions/setup-python@v6
110110
- name: Install dependencies
111111
run: |
112112
python -m pip install --upgrade pip
@@ -129,7 +129,7 @@ jobs:
129129
steps:
130130
- uses: actions/checkout@v6
131131
- name: Set up Python ${{ matrix.python-version }}
132-
uses: actions/setup-python@v5
132+
uses: actions/setup-python@v6
133133
with:
134134
python-version: ${{ matrix.python-version }}
135135
- name: Install dependencies

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- name: Checkout
88
uses: actions/checkout@v6
99
- name: Set up Python 3.11
10-
uses: actions/setup-python@v5
10+
uses: actions/setup-python@v6
1111
with:
1212
python-version: '3.11'
1313
- name: Install dependencies

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
cargo binstall -y jaq
6969
7070
- name: Set up Python ${{ matrix.python-version }}
71-
uses: actions/setup-python@v5
71+
uses: actions/setup-python@v6
7272
with:
7373
python-version: ${{ matrix.python-version }}
7474

0 commit comments

Comments
 (0)