Skip to content

Commit fd1de73

Browse files
author
Andrew Brookins
authored
Merge pull request #1 from redis-developer/dependabot/github_actions/actions/checkout-2.3.5
Bump actions/checkout from 2.3.4 to 2.3.5
2 parents fd81e54 + dc45140 commit fd1de73

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:
@@ -93,7 +93,7 @@ jobs:
9393
INSTALL_DIR: ${{ github.workspace }}/redis
9494
steps:
9595
- name: Checkout
96-
uses: actions/[email protected].4
96+
uses: actions/[email protected].5
9797
- name: Setup Python ${{ matrix.pyver }}
9898
uses: actions/setup-python@v2
9999
with:
@@ -147,7 +147,7 @@ jobs:
147147
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
148148
steps:
149149
- name: Checkout
150-
uses: actions/[email protected].4
150+
uses: actions/[email protected].5
151151
- name: Setup Python 3.9
152152
uses: actions/setup-python@v2
153153
with:

0 commit comments

Comments
 (0)