Skip to content

Commit 8d8466c

Browse files
authored
Merge pull request #99 from aphedges/fix-update_version-job
Fix `update-version.yml`
2 parents b9107d8 + 82502a7 commit 8d8466c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-version.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66

77
jobs:
88
update_version:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04 # Needed for Python 3.7
1010
steps:
11-
- uses: actions/checkout@v3
12-
- uses: dorny/paths-filter@v2.11.1
11+
- uses: actions/checkout@v4
12+
- uses: dorny/paths-filter@v3.0.2
1313
id: filter
1414
with:
1515
filters: |

0 commit comments

Comments
 (0)