Skip to content

Commit 68db1b7

Browse files
authored
Merge pull request #98 from Anselmoo/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2.3.5 to 3
2 parents a82b027 + 484e5fc commit 68db1b7

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)