Skip to content

Commit dc45140

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 f9e388c commit dc45140

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
timeout-minutes: 5
2424
steps:
2525
- name: Checkout
26-
uses: actions/[email protected].4
26+
uses: actions/[email protected].5
2727
- name: Setup Python 3.9
2828
uses: actions/setup-python@v2
2929
with:
@@ -99,7 +99,7 @@ jobs:
9999
INSTALL_DIR: ${{ github.workspace }}/redis
100100
steps:
101101
- name: Checkout
102-
uses: actions/[email protected].4
102+
uses: actions/[email protected].5
103103
- name: Setup Python ${{ matrix.pyver }}
104104
uses: actions/setup-python@v2
105105
with:
@@ -153,7 +153,7 @@ jobs:
153153
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
154154
steps:
155155
- name: Checkout
156-
uses: actions/[email protected].4
156+
uses: actions/[email protected].5
157157
- name: Setup Python 3.9
158158
uses: actions/setup-python@v2
159159
with:

0 commit comments

Comments
 (0)