Skip to content

Commit 484e5fc

Browse files
Bump actions/checkout from 2.3.5 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.5...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 a82b027 commit 484e5fc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

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

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@v2.3.5
38+
uses: actions/checkout@v3
3939

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

.github/workflows/pypi_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
python-version: [3.6, 3.7, 3.8, 3.9]
1515

1616
steps:
17-
- uses: actions/checkout@v2.3.5
17+
- uses: actions/checkout@v3
1818
- name: Set up Python ${{ matrix.python-version }}
1919
uses: actions/setup-python@v3
2020
with:
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
needs: build
4747
steps:
48-
- uses: actions/checkout@v2.3.5
48+
- uses: actions/checkout@v3
4949
- name: Set up Python
5050
uses: actions/setup-python@v3
5151
with:

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: [3.6, 3.7, 3.8, 3.9]
1919

2020
steps:
21-
- uses: actions/checkout@v2.3.5
21+
- uses: actions/checkout@v3
2222
- name: Set up Python ${{ matrix.python-version }}
2323
uses: actions/setup-python@v3
2424
with:

0 commit comments

Comments
 (0)