Skip to content

Commit 49a8202

Browse files
committed
⬆️ Update actions/checkout action to v3.5.3
1 parent 1c54751 commit 49a8202

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: ⤵️ Check out code from GitHub
20-
uses: actions/[email protected].2
20+
uses: actions/[email protected].3
2121
- name: 🏗 Initialize CodeQL
2222
uses: github/codeql-action/[email protected]
2323
- 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/[email protected].2
19+
uses: actions/[email protected].3
2020
- name: 🚀 Run Label Syncer
2121
uses: micnncim/[email protected]
2222
env:

.github/workflows/linting.yaml

Lines changed: 7 additions & 7 deletions
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/[email protected].2
19+
uses: actions/[email protected].3
2020
- name: 🏗 Set up Poetry
2121
run: pipx install poetry
2222
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: ⤵️ Check out code from GitHub
42-
uses: actions/[email protected].2
42+
uses: actions/[email protected].3
4343
- name: 🏗 Set up Poetry
4444
run: pipx install poetry
4545
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ubuntu-latest
6363
steps:
6464
- name: ⤵️ Check out code from GitHub
65-
uses: actions/[email protected].2
65+
uses: actions/[email protected].3
6666
- name: 🏗 Set up Poetry
6767
run: pipx install poetry
6868
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
@@ -85,7 +85,7 @@ jobs:
8585
runs-on: ubuntu-latest
8686
steps:
8787
- name: ⤵️ Check out code from GitHub
88-
uses: actions/[email protected].2
88+
uses: actions/[email protected].3
8989
- name: 🏗 Set up Poetry
9090
run: pipx install poetry
9191
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
@@ -134,7 +134,7 @@ jobs:
134134
runs-on: ubuntu-latest
135135
steps:
136136
- name: ⤵️ Check out code from GitHub
137-
uses: actions/[email protected].2
137+
uses: actions/[email protected].3
138138
- name: 🏗 Set up Poetry
139139
run: pipx install poetry
140140
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
@@ -157,7 +157,7 @@ jobs:
157157
runs-on: ubuntu-latest
158158
steps:
159159
- name: ⤵️ Check out code from GitHub
160-
uses: actions/[email protected].2
160+
uses: actions/[email protected].3
161161
- name: 🏗 Set up Poetry
162162
run: pipx install poetry
163163
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
@@ -180,7 +180,7 @@ jobs:
180180
runs-on: ubuntu-latest
181181
steps:
182182
- name: ⤵️ Check out code from GitHub
183-
uses: actions/[email protected].2
183+
uses: actions/[email protected].3
184184
- name: 🏗 Set up Poetry
185185
run: pipx install poetry
186186
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}

.github/workflows/release.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/[email protected].2
19+
uses: actions/[email protected].3
2020
- name: 🏗 Set up Poetry
2121
run: pipx install poetry
2222
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python: ["3.10", "3.11"]
2020
steps:
2121
- name: ⤵️ Check out code from GitHub
22-
uses: actions/[email protected].2
22+
uses: actions/[email protected].3
2323
- name: 🏗 Set up Poetry
2424
run: pipx install poetry
2525
- name: 🏗 Set up Python ${{ matrix.python }}
@@ -47,7 +47,7 @@ jobs:
4747
needs: pytest
4848
steps:
4949
- name: ⤵️ Check out code from GitHub
50-
uses: actions/[email protected].2
50+
uses: actions/[email protected].3
5151
with:
5252
fetch-depth: 0
5353
- name: ⬇️ Download coverage data

.github/workflows/typing.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/[email protected].2
19+
uses: actions/[email protected].3
2020
- name: 🏗 Set up Poetry
2121
run: pipx install poetry
2222
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}

0 commit comments

Comments
 (0)