Skip to content

Commit 2899af3

Browse files
Bump actions/checkout from 2.4.0 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.4.0...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ca813f0 commit 2899af3

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)