diff --git a/.github/workflows/update-firmware-repos.yml b/.github/workflows/update-firmware-repos.yml index 8a5a7d6..0193340 100644 --- a/.github/workflows/update-firmware-repos.yml +++ b/.github/workflows/update-firmware-repos.yml @@ -23,7 +23,7 @@ jobs: is_stable: ${{ steps.version.outputs.is_stable }} steps: - name: Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Download version artifact if: github.event_name == 'workflow_run' @@ -77,7 +77,7 @@ jobs: repositories: ${{ matrix.repo }} - name: Checkout target repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: repository: ${{ github.repository_owner }}/${{ matrix.repo }} token: ${{ steps.generate-token.outputs.token }}