-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update defenseunicorns/uds-common action to v0.2.2 (#50)
| datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | defenseunicorns/uds-common | v0.2.1 | v0.2.2 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
b13ef4c
commit e34753d
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
|
||
- name: Setup UDS | ||
if: always() | ||
uses: defenseunicorns/uds-common/.github/actions/[email protected].1 | ||
uses: defenseunicorns/uds-common/.github/actions/[email protected].2 | ||
|
||
- name: Create and deploy the uds-k3d package | ||
run: uds run | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
|
||
- name: Setup UDS | ||
if: always() | ||
uses: defenseunicorns/uds-common/.github/actions/[email protected].1 | ||
uses: defenseunicorns/uds-common/.github/actions/[email protected].2 | ||
|
||
- name: Login to GHCR | ||
uses: docker/login-action@v3 | ||
|