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.
2 parents e6d575a + 6063298 commit b734f33Copy full SHA for b734f33
3 files changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
name: Publish
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
18
- uses: actions-rs/toolchain@v1
19
with:
20
toolchain: stable
.github/workflows/github-release.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Release
11
12
13
- uses: CSchoel/release-notes-from-changelog@v1
- name: Create Release using GitHub CLI
env:
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ jobs:
name: Tests
toolchain: nightly
0 commit comments