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 f3c84ee commit 1f541c5Copy full SHA for 1f541c5
.github/workflows/autotag-releases.yml
@@ -15,7 +15,7 @@ jobs:
15
permissions:
16
contents: write
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
- name: Get version from tag
20
id: tag_name
21
run: |
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
"macos-latest",
30
]
31
32
33
# Test toolchain file support
34
- name: Write rust-toolchain.toml
35
0 commit comments