diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 42e3254..5e64e39 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 diff --git a/.github/workflows/update-homebrew.yml b/.github/workflows/update-homebrew.yml index f8a7c19..1dfe0cc 100644 --- a/.github/workflows/update-homebrew.yml +++ b/.github/workflows/update-homebrew.yml @@ -51,7 +51,7 @@ jobs: echo "tarball_url=$TARBALL_URL" >> "$GITHUB_OUTPUT" - name: Checkout tap repo - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: repository: wbern/homebrew-tap token: ${{ secrets.HOMEBREW_TAP_TOKEN }}