Skip to content

Commit 1b2a245

Browse files
committed
Switch to Molecule action 2.0.1.
1 parent 778e9eb commit 1b2a245

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- '*'
1212
pull_request:
1313
schedule:
14-
- cron: '20 18 5 * *'
14+
- cron: '52 7 5 * *'
1515

1616
jobs:
1717
lint:
@@ -20,7 +20,7 @@ jobs:
2020
- name: checkout
2121
uses: actions/checkout@v2
2222
- name: molecule
23-
uses: robertdebock/molecule-action@2.0.0
23+
uses: robertdebock/molecule-action@2.0.1
2424
with:
2525
entrypoint: /usr/local/bin/molecule
2626
args: lint
@@ -50,7 +50,7 @@ jobs:
5050
- name: parse apparmor for mysql
5151
run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
5252
- name: molecule
53-
uses: robertdebock/molecule-action@2.0.0
53+
uses: robertdebock/molecule-action@2.0.1
5454
with:
5555
image: ${{ matrix.config.image }}
5656
tag: ${{ matrix.config.tag }}

0 commit comments

Comments
 (0)