Skip to content

Commit

Permalink
Updtae checkout action.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Jun 29, 2022
1 parent 83c1b6f commit d369087
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: "${{ github.repository }}"
- name: molecule
Expand All @@ -95,7 +95,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: "${{ github.repository }}"
- name: molecule
Expand All @@ -118,7 +118,7 @@ jobs:
- ubuntu
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: "${{ github.repository }}"
- name: molecule
Expand Down

0 comments on commit d369087

Please sign in to comment.