Skip to content

Commit 2b55ab8

Browse files
author
Andrew Brookins
authored
Merge pull request #4 from redis-developer/dependabot/github_actions/actions/checkout-2.4.0
Bump actions/checkout from 2.3.5 to 2.4.0
2 parents 777ab80 + afd0845 commit 2b55ab8

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/checkout@v2.3.5
26+
uses: actions/checkout@v2.4.0
2727
- name: Setup Python 3.9
2828
uses: actions/setup-python@v2
2929
with:
@@ -95,7 +95,7 @@ jobs:
9595
INSTALL_DIR: ${{ github.workspace }}/redis
9696
steps:
9797
- name: Checkout
98-
uses: actions/checkout@v2.3.5
98+
uses: actions/checkout@v2.4.0
9999
- name: Setup Python ${{ matrix.pyver }}
100100
uses: actions/setup-python@v2
101101
with:
@@ -156,7 +156,7 @@ jobs:
156156
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
157157
steps:
158158
- name: Checkout
159-
uses: actions/checkout@v2.3.5
159+
uses: actions/checkout@v2.4.0
160160
- name: Setup Python 3.9
161161
uses: actions/setup-python@v2
162162
with:

0 commit comments

Comments
 (0)