Skip to content

Commit 15f885b

Browse files
chore(deps): update actions/checkout action to v5 (#428)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 72e9e38 commit 15f885b

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
format:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
with:
1717
fetch-depth: 0
1818
- name: Node.js

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Lint
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
with:
1717
fetch-depth: 0
1818

.github/workflows/nuxt-module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
steps:
2323
- run: git config --global core.symlinks true
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0
2727
- name: Node.js ${{ matrix.node-version }}

.github/workflows/publint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
timeout-minutes: 30
1515
steps:
1616
- run: git config --global core.symlinks true
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
with:
1919
fetch-depth: 0
2020
- name: Node.js

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: release
2121
with:
2222
token: ${{ steps.get-token.outputs.token }}
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
if: ${{ steps.release.outputs.releases_created }}
2525
with:
2626
token: ${{ steps.get-token.outputs.token }}

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: sudo ulimit -Sn 65536
3232
if: "${{ matrix.os == 'macOS-latest' }}"
3333
- run: git config --global core.symlinks true
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535
with:
3636
fetch-depth: 0
3737
- name: Node.js ${{ matrix.node-version }}
@@ -63,7 +63,7 @@ jobs:
6363
fail-fast: false
6464
steps:
6565
- run: git config --global core.symlinks true
66-
- uses: actions/checkout@v4
66+
- uses: actions/checkout@v5
6767
with:
6868
fetch-depth: 0
6969
- name: Node.js 18.14.0

0 commit comments

Comments
 (0)