From b87177c645845a0393009aa3a00bf9c428be33e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 06:28:34 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/main.yml | 2 +- .github/workflows/pull-request.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d4246f2..cc0a27b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: matrix: node-version: [18, 20] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: volta-cli/action@v4 with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b34e5cb..312c59e 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -10,7 +10,7 @@ jobs: matrix: node-version: [18, 20] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: volta-cli/action@v4 with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f63bbb3..852896c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: matrix: node-version: [18, 20] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: volta-cli/action@v4 with: node-version: ${{ matrix.node-version }}