Skip to content

Commit bd607d5

Browse files
authored
Merge pull request #10 from paymentsdks/dependabot/github_actions/actions/setup-python-7
Bump actions/setup-python from 6 to 7
2 parents 1d3b884 + d004651 commit bd607d5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v7
2727

2828
- name: Set up Python
29-
uses: actions/setup-python@v6
29+
uses: actions/setup-python@v7
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v7
2323

2424
- name: Set up Python
25-
uses: actions/setup-python@v6
25+
uses: actions/setup-python@v7
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828

@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@v7
4242

4343
- name: Set up Python
44-
uses: actions/setup-python@v6
44+
uses: actions/setup-python@v7
4545
with:
4646
python-version: "3.12"
4747

0 commit comments

Comments
 (0)