diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0422136..cd28861 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ jobs: main: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - id: yarn_cache run: echo "::set-output name=dir::$(yarn cache dir)" - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a3d2dc9..90b1654 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,7 +6,7 @@ jobs: main: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - id: yarn_cache run: echo "::set-output name=dir::$(yarn cache dir)" - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4