diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bbbd4b2..a328969 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: pull-requests: write # comment on released pull requests runs-on: ubuntu-latest steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6 - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 with: