Skip to content

Commit 3ce4452

Browse files
Bump actions/checkout from 4 to 5 in the actions group (#680)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d6659a6 commit 3ce4452

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- name: "Checkout"
57-
uses: "actions/checkout@v4"
57+
uses: "actions/checkout@v5"
5858
with:
5959
fetch-depth: 2
6060

@@ -82,14 +82,14 @@ jobs:
8282
pre-commit:
8383
runs-on: ubuntu-latest
8484
steps:
85-
- uses: actions/checkout@v4
85+
- uses: actions/checkout@v5
8686
- uses: actions/setup-python@v5
8787
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
8888

8989
eslint:
9090
runs-on: ubuntu-latest
9191
steps:
92-
- uses: actions/checkout@v4
92+
- uses: actions/checkout@v5
9393
- uses: actions/setup-node@v4
9494
- id: cache-restore
9595
uses: actions/cache@v4

0 commit comments

Comments
 (0)