We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4fffbc commit 0068410Copy full SHA for 0068410
.github/workflows/release_please.yml
@@ -39,7 +39,7 @@ jobs:
39
# run only if release-please had released a new version
40
needs: release-please
41
container:
42
- image: rust:1.86-bookworm
+ image: rust:1.87-bookworm
43
if: needs.release-please.outputs.releases_created == 'true' || github.event.inputs.force_publish == 'true'
44
steps:
45
- uses: actions/checkout@v3
0 commit comments