Skip to content

Commit 896b858

Browse files
Bump actions/checkout from 2.3.5 to 2.4.0 (#150)
1 parent 47a4afb commit 896b858

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.3.5
13+
uses: actions/checkout@v2.4.0
1414

1515
- name: Set up Python 3
1616
uses: actions/[email protected]

.github/workflows/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- name: Check out the codebase
2828
if: github.event.pull_request.head.repo.full_name == github.repository
29-
uses: actions/checkout@v2.3.5
29+
uses: actions/checkout@v2.4.0
3030

3131
- name: Set up Python 3
3232
if: github.event.pull_request.head.repo.full_name == github.repository

0 commit comments

Comments
 (0)