From bac23f0f64722c8f4811b09559735bf8f25d56db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 20:15:55 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/node-release-no-provenance.yml | 4 ++-- .github/workflows/node-release.yml | 4 ++-- .github/workflows/node-test-mysql.yml | 4 ++-- .github/workflows/node-test-parallel.yml | 4 ++-- .github/workflows/node-test.yml | 4 ++-- .github/workflows/npm-release.yml | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/node-release-no-provenance.yml b/.github/workflows/node-release-no-provenance.yml index b9ce658..22b9fea 100644 --- a/.github/workflows/node-release-no-provenance.yml +++ b/.github/workflows/node-release-no-provenance.yml @@ -48,7 +48,7 @@ jobs: steps: # Checkout action repository - name: Checkout action repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: repository: node-modules/github-actions path: action_repo @@ -56,7 +56,7 @@ jobs: # Checkout project repository - name: Checkout project repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: path: main_repo token: ${{ secrets.GIT_TOKEN }} diff --git a/.github/workflows/node-release.yml b/.github/workflows/node-release.yml index 35f1a49..5505e18 100644 --- a/.github/workflows/node-release.yml +++ b/.github/workflows/node-release.yml @@ -49,7 +49,7 @@ jobs: steps: # Checkout action repository - name: Checkout action repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: repository: node-modules/github-actions path: action_repo @@ -57,7 +57,7 @@ jobs: # Checkout project repository - name: Checkout project repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: path: main_repo token: ${{ secrets.GIT_TOKEN }} diff --git a/.github/workflows/node-test-mysql.yml b/.github/workflows/node-test-mysql.yml index 9932548..cc25fc9 100644 --- a/.github/workflows/node-test-mysql.yml +++ b/.github/workflows/node-test-mysql.yml @@ -49,7 +49,7 @@ jobs: steps: # Checkout action repository - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: repository: node-modules/github-actions path: action_repo @@ -108,7 +108,7 @@ jobs: steps: - name: Checkout Git Source - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Calculate Architecture uses: actions/github-script@v7 diff --git a/.github/workflows/node-test-parallel.yml b/.github/workflows/node-test-parallel.yml index 9658900..ca3f66d 100644 --- a/.github/workflows/node-test-parallel.yml +++ b/.github/workflows/node-test-parallel.yml @@ -50,7 +50,7 @@ jobs: steps: # Checkout action repository - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: repository: node-modules/github-actions path: action_repo @@ -93,7 +93,7 @@ jobs: steps: - name: Checkout Git Source - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Calculate Architecture uses: actions/github-script@v7 diff --git a/.github/workflows/node-test.yml b/.github/workflows/node-test.yml index 5834c6c..fef3aab 100644 --- a/.github/workflows/node-test.yml +++ b/.github/workflows/node-test.yml @@ -43,7 +43,7 @@ jobs: steps: # Checkout action repository - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: repository: node-modules/github-actions path: action_repo @@ -83,7 +83,7 @@ jobs: steps: - name: Checkout Git Source - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Calculate Architecture uses: actions/github-script@v7 diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index 8539c43..4bb7df4 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -48,7 +48,7 @@ jobs: steps: # Checkout action repository - name: Checkout action repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: repository: node-modules/github-actions path: action_repo @@ -56,7 +56,7 @@ jobs: # Checkout project repository - name: Checkout project repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: path: main_repo token: ${{ secrets.GIT_TOKEN }}