Skip to content

Commit afd0845

Browse files
Bump actions/checkout from 2.3.5 to 2.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.5...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ca48b22 commit afd0845

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.3.5
26+
uses: actions/checkout@v2.4.0
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/checkout@v2.3.5
96+
uses: actions/checkout@v2.4.0
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/checkout@v2.3.5
150+
uses: actions/checkout@v2.4.0
151151
- name: Setup Python 3.9
152152
uses: actions/setup-python@v2
153153
with:

0 commit comments

Comments
 (0)