From 5b5e70230922c34365fe3fbe97867347b14e2551 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 18:57:44 +0000 Subject: [PATCH] Update actions/checkout action to v6.0.3 --- .github/workflows/start.yaml | 2 +- .github/workflows/style.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/start.yaml b/.github/workflows/start.yaml index f6e95cb..a077e59 100644 --- a/.github/workflows/start.yaml +++ b/.github/workflows/start.yaml @@ -33,7 +33,7 @@ jobs: active: ${{ steps.start.outputs.active }} steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: repository: glotzerlab/jetstream2-admin ref: ${{ inputs.ref }} diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index be7b0c4..d3f763d 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: prek uses: glotzerlab/workflows/prek@204dc7c0f82720090703712694b7cab761aacaa0 # 0.13.0