From afc74dfcae630ed479ee3855fead4adb2185a459 Mon Sep 17 00:00:00 2001 From: Trey Turner Date: Fri, 29 May 2026 20:54:09 -0500 Subject: [PATCH] chore: update and pin actions/checkout --- .github/workflows/build-and-publish-dev.yaml | 2 +- .github/workflows/build-and-test-pr.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-publish-dev.yaml b/.github/workflows/build-and-publish-dev.yaml index ea7a46d..67d8452 100644 --- a/.github/workflows/build-and-publish-dev.yaml +++ b/.github/workflows/build-and-publish-dev.yaml @@ -19,7 +19,7 @@ jobs: BEETS_VERSION: "2.11.0" steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Build id: build diff --git a/.github/workflows/build-and-test-pr.yaml b/.github/workflows/build-and-test-pr.yaml index eba80c1..1c32917 100644 --- a/.github/workflows/build-and-test-pr.yaml +++ b/.github/workflows/build-and-test-pr.yaml @@ -13,7 +13,7 @@ jobs: BEETS_VERSION: "2.11.0" steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Build id: build