File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 66 - main
77 paths :
88 - ' rust/main/**'
9+ - ' rust/scripts/generate-workspace-changelog.sh'
910 - ' .github/workflows/rust-release.yml'
1011 workflow_dispatch :
1112 inputs :
3738 current_version : ${{ steps.check_version.outputs.current_version }}
3839 latest_version : ${{ steps.check_version.outputs.latest_version }}
3940 steps :
40- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v5
4142 with :
4243 fetch-depth : 0
4344 - name : Check if there are changes since last release
@@ -101,7 +102,7 @@ jobs:
101102 github.event_name == 'push' &&
102103 needs.check-release-status.outputs.has_changes == 'true'
103104 steps :
104- - uses : actions/checkout@v4
105+ - uses : actions/checkout@v5
105106 with :
106107 fetch-depth : 0
107108 - uses : dtolnay/rust-toolchain@stable
@@ -313,7 +314,7 @@ jobs:
313314 (github.event_name == 'workflow_dispatch' ||
314315 (github.event_name == 'push' && needs.check-release-status.outputs.should_release == 'true'))
315316 steps :
316- - uses : actions/checkout@v4
317+ - uses : actions/checkout@v5
317318 with :
318319 fetch-depth : 0
319320 - name : Determine version and create release
You can’t perform that action at this time.
0 commit comments