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 ae1565b commit f68ac2fCopy full SHA for f68ac2f
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Tidy Code
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
14
- uses: hecrj/setup-rust-action@v2
15
with:
16
rust-version: stable
@@ -74,7 +74,7 @@ jobs:
74
75
runs-on: ${{ matrix.platform.os }}
76
77
78
79
- uses: taiki-e/install-action@v2
80
if: matrix.platform.target == 'wasm32-unknown-unknown'
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
if: github.repository_owner == 'rust-windowing'
17
- uses: taiki-e/create-gh-release-action@v1
18
19
changelog: CHANGELOG.md
0 commit comments