Skip to content

Commit f617ad1

Browse files
Merge pull request #112 from MonolithProjects/renovate/monolithprojects-action-molecule-1.x
Update MonolithProjects/action-molecule action to v1.4.5
2 parents efab0d6 + 49b719f commit f617ad1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
with:
2121
path: "${{ github.repository }}"
2222
- name: Molecule for Ansible - lint
23-
uses: MonolithProjects/[email protected].4
23+
uses: MonolithProjects/[email protected].5
2424
with:
2525
molecule_command: lint

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
path: "${{ github.repository }}"
4141
- name: Molecule for Ansible - GHR Repository
42-
uses: MonolithProjects/[email protected].4
42+
uses: MonolithProjects/[email protected].5
4343
env:
4444
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
4545
with:
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
path: "${{ github.repository }}"
6161
- name: Molecule for Ansible - GHR Organization
62-
uses: MonolithProjects/[email protected].4
62+
uses: MonolithProjects/[email protected].5
6363
env:
6464
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
6565
with:

0 commit comments

Comments
 (0)