Skip to content

Commit

Permalink
chore(deps): update gha-deps
Browse files Browse the repository at this point in the history
| datasource  | package                    | from   | to     |
| ----------- | -------------------------- | ------ | ------ |
| npm         | @commitlint/cli            | 19.6.0 | 19.6.1 |
| github-tags | docker/setup-buildx-action | v3.7.1 | v3.8.0 |
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 47bad07 commit b172253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install commitlint
run: |
npm install --save-dev @commitlint/[email protected]
npm install --save-dev @commitlint/[email protected].0
npm install --save-dev @commitlint/[email protected].1
- name: Lint PR title
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b172253

Please sign in to comment.