Skip to content

Commit

Permalink
Merge pull request #1 from ImNtReal/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
ImNtReal authored May 12, 2022
2 parents 8b57c5a + 08d1f5f commit a3332ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
molecule:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: "${{ github.repository }}"
- uses: gofrolist/molecule-action@v2

0 comments on commit a3332ee

Please sign in to comment.