Skip to content

Commit 0390dcc

Browse files
authored
Merge pull request #69 from Anselmoo/dependabot/github_actions/actions/checkout-2.3.5
Bump actions/checkout from 2.3.4 to 2.3.5
2 parents 08e0db8 + 67820f0 commit 0390dcc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .github/workflows/codeql-analysis.yml

+1-1
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.4
38+
uses: actions/checkout@v2.3.5
3939

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

Diff for: .github/workflows/pypi_publish.yml

+2-2
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/checkout@v2.3.4
16+
- uses: actions/checkout@v2.3.5
1717
- name: Set up Python ${{ matrix.python-version }}
1818
uses: actions/setup-python@v2.2.2
1919
with:
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
needs: build
5050
steps:
51-
- uses: actions/checkout@v2.3.4
51+
- uses: actions/checkout@v2.3.5
5252
- name: Set up Python
5353
uses: actions/setup-python@v2.2.2
5454
with:

Diff for: .github/workflows/python-package.yml

+1-1
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.4
21+
- uses: actions/checkout@v2.3.5
2222
- name: Set up Python ${{ matrix.python-version }}
2323
uses: actions/setup-python@v2.2.2
2424
with:

0 commit comments

Comments
 (0)