From 90b34ccfdf2f37b8212be77f1160aee23c7195f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 03:22:10 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/babelify.yml | 2 +- .github/workflows/fossa.yml | 2 +- .github/workflows/node.yml | 2 +- .github/workflows/release-please.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/babelify.yml b/.github/workflows/babelify.yml index e62a1c9a..9e75baf5 100644 --- a/.github/workflows/babelify.yml +++ b/.github/workflows/babelify.yml @@ -8,7 +8,7 @@ jobs: babelify: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v5 with: token: ${{ secrets.NODE_PKG_RELEASE_TOKEN }} - uses: actions/setup-node@v2 diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml index cb107c1a..b4df9744 100644 --- a/.github/workflows/fossa.yml +++ b/.github/workflows/fossa.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v5 - name: Download fossa cli run: |- mkdir -p $HOME/.local/bin diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index e21ee7f7..aa66ecc7 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -18,7 +18,7 @@ jobs: node-version: ['*'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v5 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 with: diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 8cbaf802..593807ad 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -18,7 +18,7 @@ jobs: token: ${{ steps.get-token.outputs.token }} release-type: node package-name: 'gotrue-js' - - uses: actions/checkout@v2 + - uses: actions/checkout@v5 if: ${{ steps.release.outputs.release_created }} - uses: actions/setup-node@v2 with: