Skip to content

Commit 3c86e13

Browse files
chore(deps): bump actions/setup-python from 5 to 6
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>
1 parent 71f3b63 commit 3c86e13

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/node_mainnet_tx_count_per_epoch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
path: cardano_node_tests
1919
ref: sync_tests
2020
- name: setup Python
21-
uses: actions/setup-python@v5
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: 3.8
2424
- name: install dependencies

.github/workflows/node_sync_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
with:
6565
path: cardano_node_tests
6666
ref: sync_tests
67-
- name: run actions/setup-python@v5
68-
uses: actions/setup-python@v5
67+
- name: run actions/setup-python@v6
68+
uses: actions/setup-python@v6
6969
with:
7070
python-version: 3.8
7171
- name: install dependencies

.github/workflows/repo_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v5
1717
- name: Set up python
1818
id: setup-python
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: '3.11'
2222
- name: Install Poetry

0 commit comments

Comments
 (0)