diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 880ab478..a232b046 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-latest name: Lint & Build steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 with: cache: npm @@ -91,7 +91,7 @@ jobs: run: | git config --global core.autocrlf false git config --global core.eol lf - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 with: cache: npm @@ -106,7 +106,7 @@ jobs: runs-on: ubuntu-latest name: Semantic release steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 with: # Need to fetch entire commit history to # analyze every commit since last release