Skip to content

Commit 82502a7

Browse files
committed
Update actions in update-version.yml
There doesn't appear to be any breaking changes, so we should pull in updates.
1 parent ee57bb4 commit 82502a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-version.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
update_version:
99
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)