Skip to content

Commit 2e4f466

Browse files
committed
⬆️ Update actions/checkout action to v4.1.5
1 parent 37f984e commit 2e4f466

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.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].4
19+
uses: actions/[email protected].5
2020
- name: 🚀 Run Label Syncer
2121
uses: micnncim/[email protected]
2222
env:

.github/workflows/linting.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: ⤵️ Check out code from GitHub
21-
uses: actions/[email protected].4
21+
uses: actions/[email protected].5
2222
- name: 🏗 Set up Poetry
2323
run: pipx install poetry
2424
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: ⤵️ Check out code from GitHub
44-
uses: actions/[email protected].4
44+
uses: actions/[email protected].5
4545
- name: 🏗 Set up Poetry
4646
run: pipx install poetry
4747
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-latest
6767
steps:
6868
- name: ⤵️ Check out code from GitHub
69-
uses: actions/[email protected].4
69+
uses: actions/[email protected].5
7070
- name: 🏗 Set up Poetry
7171
run: pipx install poetry
7272
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
@@ -113,7 +113,7 @@ jobs:
113113
runs-on: ubuntu-latest
114114
steps:
115115
- name: ⤵️ Check out code from GitHub
116-
uses: actions/[email protected].4
116+
uses: actions/[email protected].5
117117
- name: 🏗 Set up Poetry
118118
run: pipx install poetry
119119
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
@@ -136,7 +136,7 @@ jobs:
136136
runs-on: ubuntu-latest
137137
steps:
138138
- name: ⤵️ Check out code from GitHub
139-
uses: actions/[email protected].4
139+
uses: actions/[email protected].5
140140
- name: 🏗 Set up Poetry
141141
run: pipx install poetry
142142
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
@@ -159,7 +159,7 @@ jobs:
159159
runs-on: ubuntu-latest
160160
steps:
161161
- name: ⤵️ Check out code from GitHub
162-
uses: actions/[email protected].4
162+
uses: actions/[email protected].5
163163
- name: 🏗 Set up Poetry
164164
run: pipx install poetry
165165
- 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
@@ -22,7 +22,7 @@ jobs:
2222
id-token: write
2323
steps:
2424
- name: ⤵️ Check out code from GitHub
25-
uses: actions/[email protected].4
25+
uses: actions/[email protected].5
2626
- name: 🏗 Set up Poetry
2727
run: pipx install poetry
2828
- 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
@@ -21,7 +21,7 @@ jobs:
2121
python: ["3.11", "3.12"]
2222
steps:
2323
- name: ⤵️ Check out code from GitHub
24-
uses: actions/[email protected].4
24+
uses: actions/[email protected].5
2525
- name: 🏗 Set up Poetry
2626
run: pipx install poetry
2727
- name: 🏗 Set up Python ${{ matrix.python }}
@@ -49,7 +49,7 @@ jobs:
4949
needs: pytest
5050
steps:
5151
- name: ⤵️ Check out code from GitHub
52-
uses: actions/[email protected].4
52+
uses: actions/[email protected].5
5353
with:
5454
fetch-depth: 0
5555
- name: ⬇️ Download coverage data

.github/workflows/typing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: ⤵️ Check out code from GitHub
21-
uses: actions/[email protected].4
21+
uses: actions/[email protected].5
2222
- name: 🏗 Set up Poetry
2323
run: pipx install poetry
2424
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}

0 commit comments

Comments
 (0)