Skip to content

Commit 08d688a

Browse files
Bump actions/checkout from 2 to 3 (#689)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4d0e891 commit 08d688a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: ["3.7", "3.8", "3.9", "3.10"]
2121

2222
steps:
23-
- uses: "actions/checkout@v2"
23+
- uses: "actions/checkout@v3"
2424
- uses: "actions/setup-python@v2"
2525
with:
2626
python-version: ${{ matrix.python-version }}
@@ -51,7 +51,7 @@ jobs:
5151
env:
5252
TOXENV: ${{ matrix.toxenv }}
5353
steps:
54-
- uses: actions/checkout@master
54+
- uses: actions/checkout@v3
5555
- uses: actions/setup-python@v2
5656
with:
5757
python-version: 3.8

.github/workflows/codeql-analysis.yml

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

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v2
41+
uses: actions/checkout@v3
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

0 commit comments

Comments
 (0)