diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 1c1da82..bef1a11 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -14,7 +14,7 @@ jobs: name: Test, Build, and Publish Node.js Package runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2 - name: Install dependencies (Cache hit will skip actual installation) run: |