Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                                        | from  | to    |
| ----------- | ---------------------------------------------- | ----- | ----- |
| github-tags | actions/cache                                  | v3    | v4    |
| docker      | ghcr.io/defenseunicorns/packages/uds/dev-redis | 0.0.1 | 0.0.2 |
| github-tags | google-github-actions/release-please-action    | v3    | v4    |
  • Loading branch information
renovate[bot] authored Apr 26, 2024
1 parent 6a180b3 commit 915e5ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
token: ${{ secrets.PAT }}
repository: ${{ github.repository }}
Expand All @@ -23,14 +23,14 @@ jobs:
uses: ./.github/actions/setup

- name: Login to Registry1
uses: docker/login-action@v3
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
with:
registry: registry1.dso.mil
username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}

- name: Init zarf cache
uses: actions/cache@v3
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
path: "~/.zarf-cache"
key: zarf-cache
Expand All @@ -46,7 +46,7 @@ jobs:
df -h
- name: Login to GHCR
uses: docker/login-action@v3
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Create Release Tag
id: tag
uses: google-github-actions/release-please-action@v3
uses: google-github-actions/release-please-action@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b # v4
with:
command: manifest # use configs in release-please-config.json
- id: release-flag
Expand Down
2 changes: 1 addition & 1 deletion bundles/uds-core-swf/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ packages:
# Gitlab
- name: gitlab-redis
repository: ghcr.io/defenseunicorns/packages/uds/dev-redis
ref: 0.0.1
ref: 0.0.2

- name: gitlab-redis-secret
path: ../../build
Expand Down

0 comments on commit 915e5ff

Please sign in to comment.