From e2e221bba6c258957fa87312d155ac19477dc955 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 22:52:49 +0000 Subject: [PATCH] build(deps): update actions/checkout action to v4 --- .github/workflows/node.js.yml | 2 +- .github/workflows/release-please.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 11f8a41..8c768cc 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -18,7 +18,7 @@ jobs: node-version: [10.x, 12.x, 14.x] steps: - - uses: actions/checkout@v2.7.0 + - uses: actions/checkout@v4.1.5 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2.5.2 with: diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 75ef5c2..d137857 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -15,7 +15,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} package-name: eorzea-weather release-type: node - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 if: ${{ steps.release.outputs.release_created }} - uses: actions/setup-node@v2 with: