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 0832afd commit 46dbf9cCopy full SHA for 46dbf9c
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
12
cancel_previous:
13
permissions: write-all
14
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
15
steps:
16
- uses: styfle/[email protected]
17
with:
@@ -20,7 +20,7 @@ jobs:
20
build:
21
22
needs: cancel_previous
23
24
25
26
- uses: actions/checkout@v2
.github/workflows/release.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
release:
10
environment: deployment
.github/workflows/snapshot.yml
@@ -6,7 +6,7 @@ on:
6
7
snapshot:
0 commit comments