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 6ed106a commit 8d45db3Copy full SHA for 8d45db3
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
24
steps:
25
- - uses: actions/checkout@v2.4.0
+ - uses: actions/checkout@v3.0.0
26
- uses: pnpm/[email protected]
27
with:
28
version: ${{ env.PNPM_VERSION }}
@@ -51,7 +51,7 @@ jobs:
51
- ember-lts-3.28
52
53
54
55
56
57
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
19
20
0 commit comments