Skip to content

Commit ea6d322

Browse files
authored
Merge pull request #3126 from IntersectMBO/dependabot/github_actions/actions/setup-python-6
chore(deps): bump actions/setup-python from 5 to 6
2 parents 6592a36 + 3c86e13 commit ea6d322

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)