Skip to content

Commit

Permalink
Update ci-dep-update
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 12, 2024
1 parent 41b7bdb commit 3ab0854
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bb-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install yq
uses: supplypike/setup-bin@v3
uses: supplypike/setup-bin@v4
with:
uri: 'https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64'
name: 'yq'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/hostedtoolcache/CodeQL
df -h
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# - name: Init zarf cache
# uses: actions/cache@v3
Expand All @@ -29,7 +29,7 @@ jobs:
# key: zarf-cache

- name: Install zarf
uses: supplypike/setup-bin@v3
uses: supplypike/setup-bin@v4
with:
# renovate: zarf-uri datasource=github-tags depName=defenseunicorns/zarf versioning=semver-coerced
uri: 'https://github.com/defenseunicorns/zarf/releases/download/v0.30.0/zarf_v0.30.0_Linux_amd64'
Expand All @@ -38,14 +38,14 @@ jobs:
version: 'v0.30.0'

- name: Login to GHCR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Login to registry1
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: registry1.dso.mil
username: ${{ secrets.REGISTRY1_USERNAME }}
Expand Down

0 comments on commit 3ab0854

Please sign in to comment.