Skip to content

Commit 7fb80eb

Browse files
author
Simon Prickett
authored
Merge pull request #142 from redis/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2.4.0 to 3
2 parents 2705873 + 2899af3 commit 7fb80eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
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.4.0
26+
uses: actions/checkout@v3
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.4.0
98+
uses: actions/checkout@v3
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.4.0
159+
uses: actions/checkout@v3
160160
- name: Setup Python 3.9
161161
uses: actions/setup-python@v2
162162
with:

0 commit comments

Comments
 (0)