diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 002d38f..568a700 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,11 +9,11 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: ref: ${{ github.event.pull_request.head.ref }} - - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version-file: package.json cache: yarn diff --git a/.github/workflows/deploybot.yaml b/.github/workflows/deploybot.yaml index f5ecb97..6b6e0a6 100644 --- a/.github/workflows/deploybot.yaml +++ b/.github/workflows/deploybot.yaml @@ -11,8 +11,8 @@ jobs: runs-on: ubuntu-latest environment: e2e steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version-file: package.json cache: yarn diff --git a/.github/workflows/v1.yaml b/.github/workflows/v1.yaml index 428ef30..aa2f3b9 100644 --- a/.github/workflows/v1.yaml +++ b/.github/workflows/v1.yaml @@ -9,7 +9,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Set git config run: | git config user.name "github-actions[bot]"