Skip to content

Commit 4c9edfa

Browse files
Bump actions/checkout from 2.3.4 to 2.3.5 (#409)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 91688be commit 4c9edfa

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/codeql.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: ⤵️ Check out code from GitHub
17-
uses: actions/checkout@v2.3.4
17+
uses: actions/checkout@v2.3.5
1818
- name: 🏗 Initialize CodeQL
1919
uses: github/codeql-action/init@v1
2020
- name: 🚀 Perform CodeQL Analysis

.github/workflows/labels.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: ⤵️ Check out code from GitHub
18-
uses: actions/checkout@v2.3.4
18+
uses: actions/checkout@v2.3.5
1919
- name: 🚀 Run Label Syncer
2020
uses: micnncim/action-label-syncer@v1.3.0
2121
env:

.github/workflows/linting.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
name: Check YAML style
6868
steps:
6969
- name: ⤵️ Check out code from GitHub
70-
uses: actions/checkout@v2.3.4
70+
uses: actions/checkout@v2.3.5
7171
- name: 🏗 Set up Python 3.8
7272
id: python
7373
uses: actions/setup-python@v2.2.2

.github/workflows/release.yaml

+1-1
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.4
16+
uses: actions/checkout@v2.3.5
1717
- name: 🏗 Set up Python 3.8
1818
id: python
1919
uses: actions/setup-python@v2.2.2

.github/workflows/tests.yaml

+2-2
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.4
17+
uses: actions/checkout@v2.3.5
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.4
62+
uses: actions/checkout@v2.3.5
6363
- name: ⬇️ Download coverage data
6464
uses: actions/download-artifact@v2.0.10
6565
- name: 🏗 Set up Python 3.9

.github/workflows/typing.yaml

+2-2
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.4
16+
uses: actions/checkout@v2.3.5
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.4
59+
uses: actions/checkout@v2.3.5
6060
- name: 🏗 Set up Python ${{ matrix.python }}
6161
id: python
6262
uses: actions/setup-python@v2.2.2

0 commit comments

Comments
 (0)