Skip to content

Commit b64c04a

Browse files
Bump actions/checkout from 2.3.5 to 2.4.0 (#452)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 70a4693 commit b64c04a

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: ⤵️ Check out code from GitHub
19-
uses: actions/checkout@v2.3.5
19+
uses: actions/checkout@v2.4.0
2020
- name: 🏗 Initialize CodeQL
2121
uses: github/codeql-action/init@v1
2222
- name: 🚀 Perform CodeQL Analysis

.github/workflows/labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: ⤵️ Check out code from GitHub
19-
uses: actions/checkout@v2.3.5
19+
uses: actions/checkout@v2.4.0
2020
- name: 🚀 Run Label Syncer
2121
uses: micnncim/action-label-syncer@v1.3.0
2222
env:

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
name: Check YAML style
6666
steps:
6767
- name: ⤵️ Check out code from GitHub
68-
uses: actions/checkout@v2.3.5
68+
uses: actions/checkout@v2.4.0
6969
- name: 🏗 Set up Python 3.8
7070
id: python
7171
uses: actions/setup-python@v2.2.2

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: ⤵️ Check out code from GitHub
16-
uses: actions/checkout@v2.3.5
16+
uses: actions/checkout@v2.4.0
1717
- name: 🏗 Set up Python 3.8
1818
id: python
1919
uses: actions/setup-python@v2.2.2

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
python: [3.8, 3.9]
1515
steps:
1616
- name: ⤵️ Check out code from GitHub
17-
uses: actions/checkout@v2.3.5
17+
uses: actions/checkout@v2.4.0
1818
- name: 🏗 Set up Python ${{ matrix.python }}
1919
id: python
2020
uses: actions/setup-python@v2.2.2
@@ -59,7 +59,7 @@ jobs:
5959
needs: pytest
6060
steps:
6161
- name: ⤵️ Check out code from GitHub
62-
uses: actions/checkout@v2.3.5
62+
uses: actions/checkout@v2.4.0
6363
- name: ⬇️ Download coverage data
6464
uses: actions/download-artifact@v2.0.10
6565
- name: 🏗 Set up Python 3.9

.github/workflows/typing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python: [3.8, 3.9]
1414
steps:
1515
- name: ⤵️ Check out code from GitHub
16-
uses: actions/checkout@v2.3.5
16+
uses: actions/checkout@v2.4.0
1717
- name: 🏗 Set up Python ${{ matrix.python }}
1818
id: python
1919
uses: actions/setup-python@v2.2.2
@@ -56,7 +56,7 @@ jobs:
5656
python: [3.8, 3.9]
5757
steps:
5858
- name: ⤵️ Check out code from GitHub
59-
uses: actions/checkout@v2.3.5
59+
uses: actions/checkout@v2.4.0
6060
- name: 🏗 Set up Python ${{ matrix.python }}
6161
id: python
6262
uses: actions/setup-python@v2.2.2

0 commit comments

Comments
 (0)