Skip to content

Commit 9aca28c

Browse files
authored
Merge pull request #1 from paymentsdks/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 2fc8d27 + 7f57184 commit 9aca28c

1 file changed

Lines changed: 1 addition & 1 deletion

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@v6
2727

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

0 commit comments

Comments
 (0)