Skip to content

Commit acb7791

Browse files
Merge pull request #18 from Tinder/tinder-maxwellelliott-patch-3
Update integration.yaml
2 parents f0208d6 + 9450d5b commit acb7791

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ on:
66
pull_request:
77
branches: [ master ]
88
schedule:
9-
- cron: "0 */2 * * *"
9+
- cron: "0 */12 * * *"
1010

1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414

1515
steps:
1616
- name: Setup Java JDK
17-
uses: actions/[email protected].2
17+
uses: actions/[email protected].3
1818
with:
1919
java-version: 1.8
2020
id: java
2121
- name: Setup Go environment
22-
uses: actions/setup-go@v2.1.2
22+
uses: actions/setup-go@v2
2323
with:
2424
go-version: ^1.14
2525
id: go

0 commit comments

Comments
 (0)