Skip to content

Commit 65b4b0c

Browse files
authored
Merge pull request #13 from MolecularBioinformatics/renovate/actions-setup-python-5.x
Update actions/setup-python action to v5
2 parents 41cdfa3 + 3b3d608 commit 65b4b0c

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
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Setup python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
architecture: x64

0 commit comments

Comments
 (0)