Skip to content

Commit 67820f0

Browse files
Bump actions/checkout from 2.3.4 to 2.3.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 08e0db8 commit 67820f0

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/[email protected].4
38+
uses: actions/[email protected].5
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
@@ -13,7 +13,7 @@ jobs:
1313
python-version: [3.6, 3.7, 3.8, 3.9]
1414

1515
steps:
16-
- uses: actions/[email protected].4
16+
- uses: actions/[email protected].5
1717
- name: Set up Python ${{ matrix.python-version }}
1818
uses: actions/[email protected]
1919
with:
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
needs: build
5050
steps:
51-
- uses: actions/[email protected].4
51+
- uses: actions/[email protected].5
5252
- name: Set up Python
5353
uses: actions/[email protected]
5454
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/[email protected].4
21+
- uses: actions/[email protected].5
2222
- name: Set up Python ${{ matrix.python-version }}
2323
uses: actions/[email protected]
2424
with:

0 commit comments

Comments
 (0)