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.0.3 | 19.2.1 |
| npm         | @commitlint/config-conventional | 19.0.3 | 19.1.0 |
| github-tags | defenseunicorns/uds-cli         | 0.9.2  | 0.9.4  |
| github-tags | docker/login-action             | v3.0.0 | v3.1.0 |
| github-tags | docker/setup-buildx-action      | v3.1.0 | v3.2.0 |
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent 0054c8e commit b978fd7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:

- name: Install commitlint
run: |
npm install --save-dev @commitlint/config-conventional@19.0.3
npm install --save-dev @commitlint/cli@19.0.3
npm install --save-dev @commitlint/config-conventional@19.1.0
npm install --save-dev @commitlint/cli@19.2.1
- name: Lint PR title
env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Create release tag
id: tag
uses: google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e # v4
uses: google-github-actions/release-please-action@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b # v4
with:
command: manifest # use configs in release-please-config.json
- id: release-flag
Expand All @@ -34,18 +34,18 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3.1.0
- uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3.2.0

- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master

- name: Install UDS CLI
shell: bash
# renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
run: brew install defenseunicorns/tap/uds@0.9.2
run: brew install defenseunicorns/tap/uds@0.9.4

- name: "Login to GHCR"
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
with:
registry: ghcr.io
username: dummy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Environment setup
uses: defenseunicorns/uds-common/.github/actions/setup@fc12e3a773580020a1d63e254525eab0f8b99fc8
uses: defenseunicorns/uds-common/.github/actions/setup@0db21901e025686908dde3ba09f615905116380e

- name: Test building the docker image
run: uds run dev-build

0 comments on commit b978fd7

Please sign in to comment.