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 879ed99 + 867bd28 commit e76b565Copy full SHA for e76b565
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@v3
+ - uses: actions/checkout@v4
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