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 fed913b commit a5c4ac3Copy full SHA for a5c4ac3
.github/workflows/pr-check.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
check:
9
name: Check PR
10
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
11
12
steps:
13
- uses: actions/checkout@v2
.github/workflows/release.yml
@@ -6,7 +6,7 @@ on:
6
release:
name: Release
- name: Checkout
0 commit comments