Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 2.3.4 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 17, 2021
1 parent 5fe189a commit 952c672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Check out the codebase
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4

- name: Set up Python 3
uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- name: Check out the codebase
if: github.event.pull_request.head.repo.full_name == github.repository
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4

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

0 comments on commit 952c672

Please sign in to comment.