From 0738ef8cc91b313cd5fc046e52dcac4b30448da4 Mon Sep 17 00:00:00 2001 From: William Kearney Date: Mon, 16 Mar 2026 13:39:08 +0100 Subject: [PATCH] Update actions/checkout to v6.0.2 Pins SHA of this workflow as well The setup-r workflow still needs to be updated for Node 24 Signed-off-by: William Kearney --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7971de7..a2c4208 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: submodules: true - name: Install dependencies on macos