Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

Commit 1264e2b

Browse files
Bump actions/checkout from 2.3.4 to 2.3.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9cc3679 commit 1264e2b

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/[email protected].4
13+
uses: actions/[email protected].5
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
@@ -22,7 +22,7 @@ jobs:
2222
- default
2323
steps:
2424
- name: Check out the codebase
25-
uses: actions/[email protected].4
25+
uses: actions/[email protected].5
2626

2727
- name: Set up Python 3
2828
uses: actions/[email protected]

0 commit comments

Comments
 (0)