From c73572ff5906875d6de3636c2ea659ea38583e61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 06:10:14 +0000 Subject: [PATCH] Bump actions/checkout from 6.0.1 to 6.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [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/v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/excavator.yml | 2 +- .github/workflows/issue_comment.yml | 2 +- .github/workflows/issues.yml | 2 +- .github/workflows/pull_request.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdf12d1..7690388 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,12 +19,12 @@ jobs: shell: ${{ matrix.shell }} steps: - name: Checkout Bucket - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 2 path: 'self_bucket' - name: Checkout Scoop - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: repository: ScoopInstaller/Scoop path: 'scoop_core' diff --git a/.github/workflows/excavator.yml b/.github/workflows/excavator.yml index a17235b..a0dc478 100644 --- a/.github/workflows/excavator.yml +++ b/.github/workflows/excavator.yml @@ -12,7 +12,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - name: Excavate uses: ScoopInstaller/GithubActions@main env: diff --git a/.github/workflows/issue_comment.yml b/.github/workflows/issue_comment.yml index 1ef56a6..32880dc 100644 --- a/.github/workflows/issue_comment.yml +++ b/.github/workflows/issue_comment.yml @@ -9,7 +9,7 @@ jobs: name: PullRequestHandler runs-on: windows-latest steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - name: PullRequestHandler uses: ScoopInstaller/GithubActions@main if: startsWith(github.event.comment.body, '/verify') diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 303ddb6..fbcf14b 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -13,7 +13,7 @@ jobs: contents: write issues: write steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - name: IssueHandler uses: ScoopInstaller/GithubActions@main if: github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify')) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 4aaf824..239c14c 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -9,7 +9,7 @@ jobs: name: PullRequestHandler runs-on: windows-latest steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - name: PullRequestHandler uses: ScoopInstaller/GithubActions@main env: