Skip to content

Commit 7310960

Browse files
committed
update actions versions
1 parent bebe508 commit 7310960

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/rust-release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
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:
@@ -37,7 +38,7 @@ jobs:
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

0 commit comments

Comments
 (0)