From 22550ab48a57c9174d2f5369db022d8ab0f9b4ae Mon Sep 17 00:00:00 2001 From: Bas Meijer Date: Mon, 21 Nov 2022 21:04:10 +0100 Subject: [PATCH] Update action --- .github/workflows/molecule.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 4686936..2a0f04c 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -12,11 +12,11 @@ jobs: runs-on: ubuntu-20.04 steps: - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: path: "${{ github.repository }}" - name: molecule - uses: robertdebock/molecule-action@2.6.8 + uses: robertdebock/molecule-action@2.7.2 with: command: lint test: @@ -27,11 +27,11 @@ jobs: fail-fast: false steps: - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: path: "${{ github.repository }}" - name: molecule - uses: robertdebock/molecule-action@2.6.8 + uses: robertdebock/molecule-action@2.7.2 with: image: ${{ matrix.config.image }} tag: ${{ matrix.config.tag }}