Skip to content

Commit ff78989

Browse files
committed
Update versions
1 parent bd370c6 commit ff78989

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/go-test-example.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
tests:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2525
- name: Set up Go
26-
uses: actions/setup-go@v2
26+
uses: actions/setup-go@v4
2727
with:
2828
go-version: 1.18
2929
- name: Clone go-test example

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
tests:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v3
3030
- name: Record build action
3131
uses: launchableinc/[email protected]
3232
with:

action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
3737
java-version: 1.8
3838
- id: install
3939
shell: bash
40-
run: pip install "launchable>=1.59.0"
40+
run: pip install launchable
4141
- id: verify
4242
shell: bash
4343
run: |

0 commit comments

Comments
 (0)