We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd370c6 commit ff78989Copy full SHA for ff78989
.github/workflows/go-test-example.yaml
@@ -21,9 +21,9 @@ jobs:
21
tests:
22
runs-on: ubuntu-latest
23
steps:
24
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
25
- name: Set up Go
26
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v4
27
with:
28
go-version: 1.18
29
- name: Clone go-test example
README.md
@@ -26,7 +26,7 @@ jobs:
30
- name: Record build action
31
uses: launchableinc/[email protected]
32
action.yaml
@@ -37,7 +37,7 @@ runs:
37
java-version: 1.8
38
- id: install
39
shell: bash
40
- run: pip install "launchable>=1.59.0"
+ run: pip install launchable
41
- id: verify
42
43
run: |
0 commit comments