From 957a5d3aafb6405a0ee323338c391a0ad32423d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 09:48:20 +0000 Subject: [PATCH] Update actions/checkout action to v6.0.3 --- .github/workflows/style.yaml | 2 +- .github/workflows/test.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index 384bd6f..3c218bd 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@00c67cb577c36bdc2570845fc62d1a30e3383012 # 0.14.0 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6adb293..10190ad 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout hoomd - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: path: code ref: ${{ github.event_name == 'pull_request' && github.base_ref || github.ref_name }} @@ -41,7 +41,7 @@ jobs: key: hoomd-blue-${{ steps.hoomd.outputs.sha }}-py313 - name: Checkout notebooks - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: path: notebooks