Skip to content

Commit 426ba17

Browse files
chore(deps): update actions/checkout action to v5
1 parent 23462ed commit 426ba17

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/benchmark.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
- name: Setup PDM
2525
uses: pdm-project/setup-pdm@v4
2626
with:

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions:
1616
id-token: write
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- name: Setup PDM
2020
uses: pdm-project/setup-pdm@v4
2121
with:

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- name: Setup PDM
2121
uses: pdm-project/setup-pdm@v4
2222
with:

0 commit comments

Comments
 (0)