diff --git a/.github/workflows/combine-lists.yml b/.github/workflows/combine-lists.yml index 2aaeac5..e6f7630 100644 --- a/.github/workflows/combine-lists.yml +++ b/.github/workflows/combine-lists.yml @@ -12,7 +12,7 @@ jobs: concurrency: build-${{ github.repository }} steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Setup PHP uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2