Skip to content

Commit bc0c81b

Browse files
Bump actions/checkout from 6 to 7 (#4160)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: petyaslavova <petya.slavova@redis.com>
1 parent 085132d commit bc0c81b

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@v6
39+
uses: actions/checkout@v7
4040

4141
# Initializes the CodeQL tools for scanning.
4242
- name: Initialize CodeQL

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Build docs
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v6
28+
- uses: actions/checkout@v7
2929
- uses: actions/setup-python@v6
3030
with:
3131
python-version: "3.10"

.github/workflows/hiredis-py-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
6767
name: Redis ${{ matrix.redis-version }}; Python ${{ matrix.python-version }}; RESP Parser:${{matrix.parser-backend}} (${{ matrix.hiredis-version }}); EL:${{matrix.event-loop}}; Config:${{matrix.test-config}}
6868
steps:
69-
- uses: actions/checkout@v6
69+
- uses: actions/checkout@v7
7070
with:
7171
ref: ${{ inputs.redis-py-branch }}
7272
- name: Run tests

.github/workflows/integration.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: Dependency audit
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@v6
41+
- uses: actions/checkout@v7
4242
- uses: pypa/gh-action-pip-audit@v1.0.8
4343
with:
4444
inputs: dev_requirements.txt
@@ -52,7 +52,7 @@ jobs:
5252
name: Code linters
5353
runs-on: ubuntu-latest
5454
steps:
55-
- uses: actions/checkout@v6
55+
- uses: actions/checkout@v7
5656
- uses: actions/setup-python@v6
5757
with:
5858
python-version: "3.10"
@@ -102,7 +102,7 @@ jobs:
102102
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
103103
name: Redis ${{ matrix.redis-version }}; Python ${{ matrix.python-version }}; RESP Parser:${{matrix.parser-backend}}; EL:${{matrix.event-loop}}; Config:${{matrix.test-config}}
104104
steps:
105-
- uses: actions/checkout@v6
105+
- uses: actions/checkout@v7
106106
- name: Run tests
107107
uses: ./.github/actions/run-tests
108108
with:
@@ -146,7 +146,7 @@ jobs:
146146
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
147147
name: Redis ${{ matrix.redis-version }}; Python ${{ matrix.python-version }}; RESP Parser:${{matrix.parser-backend}}; EL:${{matrix.event-loop}}; Config:${{matrix.test-config}}
148148
steps:
149-
- uses: actions/checkout@v6
149+
- uses: actions/checkout@v7
150150
- name: Run tests
151151
uses: ./.github/actions/run-tests
152152
with:
@@ -188,7 +188,7 @@ jobs:
188188
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
189189
name: PyPy Redis ${{ matrix.redis-version }}; ${{ matrix.python-version }}; RESP Parser:${{matrix.parser-backend}}; EL:${{matrix.event-loop}}; Config:${{matrix.test-config}}
190190
steps:
191-
- uses: actions/checkout@v6
191+
- uses: actions/checkout@v7
192192
- name: Run tests
193193
uses: ./.github/actions/run-tests
194194
with:
@@ -228,7 +228,7 @@ jobs:
228228
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
229229
name: Redis ${{ matrix.redis-version }}; Python ${{ matrix.python-version }}; RESP Parser:${{matrix.parser-backend}} (${{ matrix.hiredis-version }}); EL:${{matrix.event-loop}}; Config:${{matrix.test-config}}
230230
steps:
231-
- uses: actions/checkout@v6
231+
- uses: actions/checkout@v7
232232
- name: Run tests
233233
uses: ./.github/actions/run-tests
234234
with:
@@ -268,7 +268,7 @@ jobs:
268268
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
269269
name: Redis ${{ matrix.redis-version }}; Python ${{ matrix.python-version }}; RESP Parser:${{matrix.parser-backend}}; EL:${{matrix.event-loop}}; Config:${{matrix.test-config}}
270270
steps:
271-
- uses: actions/checkout@v6
271+
- uses: actions/checkout@v7
272272
- name: Run tests
273273
uses: ./.github/actions/run-tests
274274
with:
@@ -287,7 +287,7 @@ jobs:
287287
matrix:
288288
extension: ['tar.gz', 'whl']
289289
steps:
290-
- uses: actions/checkout@v6
290+
- uses: actions/checkout@v7
291291
- uses: actions/setup-python@v6
292292
with:
293293
python-version: "3.10"
@@ -306,7 +306,7 @@ jobs:
306306
matrix:
307307
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.10', 'pypy-3.11']
308308
steps:
309-
- uses: actions/checkout@v6
309+
- uses: actions/checkout@v7
310310
- uses: actions/setup-python@v6
311311
with:
312312
python-version: ${{ matrix.python-version }}

.github/workflows/pypi-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build_and_package:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717
- name: install python
1818
uses: actions/setup-python@v6
1919
with:

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v6
12+
uses: actions/checkout@v7
1313
- name: Check Spelling
1414
uses: rojopolis/spellcheck-github-actions@0.62.0
1515
with:

0 commit comments

Comments
 (0)