From eae89eec8dafedeaa2fea8281fc38119aa9fd67b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 03:52:23 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/fossa.yml | 2 +- .github/workflows/pre-release.yml | 2 +- .github/workflows/release-please.yml | 2 +- .github/workflows/workflow.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml index f15a81d8..31796d66 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@v4 + uses: actions/checkout@v7 - name: Download fossa cli run: |- mkdir -p $HOME/.local/bin diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 409d3d05..b94e6081 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -8,7 +8,7 @@ jobs: prerelease: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-node@v4 with: node-version: '*' diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index d9410b7c..8c0f2290 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: '@netlify/eslint-config-node' - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 if: ${{ steps.release.outputs.release_created }} - uses: actions/setup-node@v4 with: diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index c90bb386..eac72d28 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false steps: - name: Git checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: