Bump actions/checkout from 2.4.0 to 3 (#496)
This commit is contained in:
parent
952afa901f
commit
bc7dfad541
2
.github/workflows/galaxy.yml
vendored
2
.github/workflows/galaxy.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Check out the codebase
|
||||
uses: actions/checkout@v2.4.0
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Python 3
|
||||
uses: actions/setup-python@v3
|
||||
|
2
.github/workflows/molecule.yml
vendored
2
.github/workflows/molecule.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
steps:
|
||||
- name: Check out the codebase
|
||||
if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
|
||||
uses: actions/checkout@v2.4.0
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Python 3
|
||||
if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
|
||||
|
Loading…
Reference in New Issue
Block a user