Skip to content

Commit 9314597

Browse files
chore(deps): update actions/checkout action to v5
1 parent 3bc0d13 commit 9314597

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/cd-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
shell: bash
1414
steps:
1515
- name: "[INIT] Checkout repository"
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
- name: "[INIT] Install uv"
1818
uses: astral-sh/setup-uv@v5
1919
with:

.github/workflows/cd-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
ruby: [3.0.0]
1616
steps:
1717
- name: "[INIT] Checkout repository"
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v5
1919
- name: "[INIT] Install Python ${{ matrix.python }}"
2020
uses: actions/setup-python@v2
2121
with:

.github/workflows/ci-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: "[INIT] Checkout repository"
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v5
1515
- name: "[EXEC] Synchronize labels"
1616
uses: crazy-max/ghaction-github-labeler@v3
1717
with:

.github/workflows/ci-lint-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
shell: bash
1111
steps:
1212
- name: "[INIT] Checkout repository"
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
- name: "[INIT] Install uv"
1515
uses: astral-sh/setup-uv@v5
1616
with:
@@ -35,7 +35,7 @@ jobs:
3535
os: [ubuntu-latest, macos-latest, windows-latest]
3636
steps:
3737
- name: "[INIT] Checkout repository"
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v5
3939
- name: "[INIT] Install uv"
4040
uses: astral-sh/setup-uv@v5
4141
with:

0 commit comments

Comments
 (0)