Skip to content

Commit c3b9fbe

Browse files
authored
Merge pull request #2062 from c2corg/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents b709f41 + 7d1b204 commit c3b9fbe

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
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- name: Checkout repository
4444
uses: actions/checkout@v4.1.1
45-
- uses: actions/setup-python@v5
45+
- uses: actions/setup-python@v6
4646
with:
4747
python-version: 3.9
4848
- name: Cache pip

0 commit comments

Comments
 (0)