From 9a167a73dc3ae181ee15827e87b0cf1e57c619de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 22:16:16 +0000 Subject: [PATCH] Bump actions/checkout from 4.4.0 to 7.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.4.0 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.4.0...3d3c42e5aac5ba805825da76410c181273ba90b1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/approve-or-deny-request.yml | 4 ++-- .github/workflows/initialize-request.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/approve-or-deny-request.yml b/.github/workflows/approve-or-deny-request.yml index f695f31..d7d2084 100644 --- a/.github/workflows/approve-or-deny-request.yml +++ b/.github/workflows/approve-or-deny-request.yml @@ -24,7 +24,7 @@ jobs: fail_on_missing: false - name: Check out request validator if: steps.issue_body_parser_request.outputs.payload != 'NOT_FOUND' - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Validate requested repository if: steps.issue_body_parser_request.outputs.payload != 'NOT_FOUND' uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 @@ -55,7 +55,7 @@ jobs: echo "VERSION: $VERSION" echo "version=$VERSION" >> "$GITHUB_OUTPUT" - name: Check out scripts - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Setup Node uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: diff --git a/.github/workflows/initialize-request.yml b/.github/workflows/initialize-request.yml index d69e747..94bb2f1 100644 --- a/.github/workflows/initialize-request.yml +++ b/.github/workflows/initialize-request.yml @@ -24,7 +24,7 @@ jobs: fail_on_missing: false - name: Check out request validator if: steps.issue_body_parser_request.outputs.payload != 'NOT_FOUND' - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Validate requested repository if: steps.issue_body_parser_request.outputs.payload != 'NOT_FOUND' uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 @@ -59,7 +59,7 @@ jobs: echo "VERSION: $VERSION" echo "version=$VERSION" >> "$GITHUB_OUTPUT" - name: Check out scripts - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Setup Node uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: