diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index 3926ea5b..8996630b 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -10,7 +10,7 @@ jobs: name: Lint & Test runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Install dependencies run: npm ci - name: Build diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 43a6d667..e79f5d90 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -7,7 +7,7 @@ jobs: name: Lint & Test runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Install dependencies run: npm ci - name: Build