Skip to content

Commit 62b7559

Browse files
Bump actions/checkout from 3.3.0 to 3.5.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.3.0...v3.5.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 a3dd869 commit 62b7559

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
ports:
3232
- 6379:6379
3333
steps:
34-
- uses: actions/checkout@v3.3.0
34+
- uses: actions/checkout@v3.5.0
3535
- name: Set up Python ${{ matrix.python-version }}
3636
uses: actions/setup-python@v4
3737
with:
@@ -79,7 +79,7 @@ jobs:
7979
- 6379:6379
8080
steps:
8181
- name: Check out Git repository
82-
uses: actions/checkout@v3.3.0
82+
uses: actions/checkout@v3.5.0
8383
- name: Set up Python ${{ matrix.python-version }}
8484
uses: actions/setup-python@v4
8585
with:
@@ -104,7 +104,7 @@ jobs:
104104
runs-on: ubuntu-latest
105105
steps:
106106
- name: Check out Git repository
107-
uses: actions/checkout@v3.3.0
107+
uses: actions/checkout@v3.5.0
108108
- name: Set up Python ${{ matrix.python-version }}
109109
uses: actions/setup-python@v4
110110
with:
@@ -129,7 +129,7 @@ jobs:
129129
language: [ 'python' ]
130130
steps:
131131
- name: Checkout repository
132-
uses: actions/checkout@v3.3.0
132+
uses: actions/checkout@v3.5.0
133133
- name: Initialize CodeQL
134134
uses: github/codeql-action/init@v2
135135
with:

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
sphinx-build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3.3.0
10+
- uses: actions/checkout@v3.5.0
1111
- name: Install Python
1212
uses: actions/setup-python@v4
1313
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
release:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3.3.0
9+
- uses: actions/checkout@v3.5.0
1010
- name: Set up Python 3.10
1111
uses: actions/setup-python@v4
1212
with:

0 commit comments

Comments
 (0)