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 a02f5df commit b0e7616Copy full SHA for b0e7616
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
{ os: "ubuntu", target: "wasm32-unknown-unknown" },
17
]
18
steps:
19
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
20
- name: Cache .cargo and target
21
uses: actions/cache@v2
22
with:
.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
12
env:
13
TZ: "/usr/share/zoneinfo/your/location"
14
15
0 commit comments