Skip to content

Commit d5f16eb

Browse files
Bump actions/checkout from 2 to 2.3.4 (#122)
1 parent 66ee069 commit d5f16eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-20.04
1111
steps:
1212
- name: Check out the codebase
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v2.3.4
1414

1515
- name: Set up Python 3
1616
uses: actions/setup-python@v2

.github/workflows/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- name: Check out the codebase
2727
if: "!(matrix.scenario == 'plus' && github.event.pull_request.head.repo.full_name != github.repository)"
28-
uses: actions/checkout@v2
28+
uses: actions/checkout@v2.3.4
2929

3030
- name: Set up Python 3
3131
if: "!(matrix.scenario == 'plus' && github.event.pull_request.head.repo.full_name != github.repository)"

0 commit comments

Comments
 (0)