Skip to content

Commit 2c0f372

Browse files
authored
Merge pull request #208 from rundeck-plugins/renovate/actions-setup-python-6.x
Update actions/setup-python action to v6
2 parents aa5becc + eb339b2 commit 2c0f372

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v7
1616
- name: Set up Python ${{ matrix.python-version }}
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
architecture: x64

0 commit comments

Comments
 (0)