diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index beb8f36..c5a6f12 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 # https://github.com/actions/checkout + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4.3.0 # https://github.com/actions/checkout - name: Validate composer.json and composer.lock run: composer validate