From 84c9ae282a057958eb08c5a19094c258779d3d48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 06:39:57 +0000 Subject: [PATCH] build(deps): 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/resyntax-analyze.yml | 2 +- .github/workflows/resyntax-autofixer.yml | 2 +- .github/workflows/resyntax-submit-review.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/resyntax-analyze.yml b/.github/workflows/resyntax-analyze.yml index c6734ae745..81b0a349de 100644 --- a/.github/workflows/resyntax-analyze.yml +++ b/.github/workflows/resyntax-analyze.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 # See https://github.com/actions/checkout/issues/118. with: fetch-depth: 0 diff --git a/.github/workflows/resyntax-autofixer.yml b/.github/workflows/resyntax-autofixer.yml index 467e63d57a..f8aa6f496a 100644 --- a/.github/workflows/resyntax-autofixer.yml +++ b/.github/workflows/resyntax-autofixer.yml @@ -15,7 +15,7 @@ jobs: contents: write steps: - name: Checkout code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Install Racket uses: Bogdanp/setup-racket@v1.14 with: diff --git a/.github/workflows/resyntax-submit-review.yml b/.github/workflows/resyntax-submit-review.yml index ea505ab7f4..3ca02cde10 100644 --- a/.github/workflows/resyntax-submit-review.yml +++ b/.github/workflows/resyntax-submit-review.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Download Resyntax analysis # This uses a github script instead of the download-artifact action because # that action doesn't work for artifacts uploaded by other workflows. See