Skip to content

Commit aaa9feb

Browse files
authored
Merge pull request #23 from vuillaut/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 8beb4b5 + adf5583 commit aaa9feb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- name: Set up Python
2323
uses: actions/setup-python@v5
2424
with:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- name: Set up Python 3.10
2020
uses: actions/setup-python@v5
2121
with:

0 commit comments

Comments
 (0)