diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 946f376..f1aa038 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: token: ${{secrets.TOKEN || secrets.GITHUB_TOKEN}} ref: ${{github.head_ref}} diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 260b18f..c51b82c 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Clone - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: repository: ScratchAddons/ScratchAddons sparse-checkout: | @@ -92,7 +92,7 @@ jobs: done - name: Checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: path: script