Skip to content

Commit f1aae03

Browse files
⬆️ Update actions/checkout action to v4.2.2 (#3)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c22b94a commit f1aae03

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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/[email protected].0
20+
uses: actions/[email protected].2
2121
- name: 🏗 Set up uv
2222
uses: astral-sh/setup-uv@v3
2323
with:
@@ -41,7 +41,7 @@ jobs:
4141
python: ["3.12"]
4242
steps:
4343
- name: ⤵️ Check out code from GitHub
44-
uses: actions/[email protected].0
44+
uses: actions/[email protected].2
4545
- name: 🏗 Set up uv
4646
uses: astral-sh/setup-uv@v3
4747
with:
@@ -64,7 +64,7 @@ jobs:
6464
needs: pytest
6565
steps:
6666
- name: ⤵️ Check out code from GitHub
67-
uses: actions/[email protected].0
67+
uses: actions/[email protected].2
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/[email protected].0
19+
uses: actions/[email protected].2
2020
- name: 🚀 Run Label Syncer
2121
uses: micnncim/[email protected]
2222
env:

0 commit comments

Comments
 (0)