Skip to content

Commit

Permalink
chore(deps): update gitlab runner support dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                 | from  | to    |
| ----------- | ----------------------- | ----- | ----- |
| github-tags | defenseunicorns/uds-cli | 0.9.2 | 0.9.3 |
  • Loading branch information
renovate[bot] authored Mar 5, 2024
1 parent 04c88c0 commit 9b2f0e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ runs:
- 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.3
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:

- name: Save logs
if: always()
uses: defenseunicorns/uds-common/.github/actions/save-logs@fc12e3a773580020a1d63e254525eab0f8b99fc8
uses: defenseunicorns/uds-common/.github/actions/save-logs@d9fbd3b49b30c9fccd6315dade7d2de8c425af86
with:
suffix: '${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }}'

0 comments on commit 9b2f0e9

Please sign in to comment.