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 df985ce commit ad9966aCopy full SHA for ad9966a
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ env:
10
jobs:
11
validate:
12
name: validate
13
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-22.04
14
strategy:
15
matrix:
16
activity: ["0.13.7", "0.14.11", "1.0.11"]
@@ -32,7 +32,7 @@ jobs:
32
TF_IN_AUTOMATION: "true"
33
34
codeowners:
35
36
steps:
37
- uses: actions/checkout@v2
38
- name: GitHub CODEOWNERS Validator
.github/workflows/release.yml
@@ -5,7 +5,7 @@ on: workflow_dispatch
5
6
release:
7
name: Release
8
9
- name: Checkout
uses: actions/checkout@v2
0 commit comments