diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 4427e30..28343ee 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -29,7 +29,7 @@ jobs: - name: Install commitlint run: | npm install --save-dev @commitlint/config-conventional@19.6.0 - npm install --save-dev @commitlint/cli@19.6.0 + npm install --save-dev @commitlint/cli@19.6.1 - name: Lint PR title env: diff --git a/.github/workflows/tag-and-release.yml b/.github/workflows/tag-and-release.yml index d8742a1..90b967f 100644 --- a/.github/workflows/tag-and-release.yml +++ b/.github/workflows/tag-and-release.yml @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1 + - uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0 - name: Set up Homebrew uses: Homebrew/actions/setup-homebrew@master