From 496fb7b550f28e8bd48923c748a3cf03e89a41e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 01:32:18 +0000 Subject: [PATCH] Bump actions/checkout from 6.0.0 to 6.0.2 in the ci-dependencies group Bumps the ci-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.0 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/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3...de0fac2e4500dabe0009e67214ff5f5447ce83dd) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/clojure-ci.yaml | 2 +- .github/workflows/clojure-publish-clojars.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clojure-ci.yaml b/.github/workflows/clojure-ci.yaml index 63c713a..0e38429 100644 --- a/.github/workflows/clojure-ci.yaml +++ b/.github/workflows/clojure-ci.yaml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Install Clojure run: | diff --git a/.github/workflows/clojure-publish-clojars.yaml b/.github/workflows/clojure-publish-clojars.yaml index 86e0ab4..b3d5b4f 100644 --- a/.github/workflows/clojure-publish-clojars.yaml +++ b/.github/workflows/clojure-publish-clojars.yaml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Install Clojure run: |