Skip to content

Commit 47140a1

Browse files
⬆️ Update actions/checkout action to v4.3.0
1 parent 79ce1ac commit 47140a1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
PRE_COMMIT_HOME: /tmp/pre-commit-cache
1818
steps:
1919
- name: ⤵️ Check out code from GitHub
20-
uses: actions/checkout@v4.2.2
20+
uses: actions/checkout@v4.3.0
2121
- name: 🏗 Set up uv
2222
uses: astral-sh/setup-uv@v6
2323
with:
@@ -41,7 +41,7 @@ jobs:
4141
python: ["3.12", "3.13"]
4242
steps:
4343
- name: ⤵️ Check out code from GitHub
44-
uses: actions/checkout@v4.2.2
44+
uses: actions/checkout@v4.3.0
4545
- name: 🏗 Set up uv
4646
uses: astral-sh/setup-uv@v6
4747
with:
@@ -64,7 +64,7 @@ jobs:
6464
needs: pytest
6565
steps:
6666
- name: ⤵️ Check out code from GitHub
67-
uses: actions/checkout@v4.2.2
67+
uses: actions/checkout@v4.3.0
6868
with:
6969
fetch-depth: 0
7070
- name: ⬇️ Download coverage data

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

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id-token: write
2020
steps:
2121
- name: ⤵️ Check out code from GitHub
22-
uses: actions/checkout@v4.2.2
22+
uses: actions/checkout@v4.3.0
2323
- name: 🏗 Set up uv
2424
uses: astral-sh/setup-uv@v6
2525
with:

0 commit comments

Comments
 (0)