Skip to content

Commit

Permalink
chore(deps): update talos boot assets
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 21, 2024
1 parent c4233ee commit 3058071
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/talos-boot-assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
# renovate: depName=ghcr.io/siderolabs/amdgpu-firmware
AMDGPU_FIRMWARE_VERSION: 20231111
# renovate: depName=ghcr.io/siderolabs/tailscale
TAILSCALE_VERSION: 1.56.1
TAILSCALE_VERSION: 1.68.1

jobs:
check-releases:
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.2.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
run: |
talosctl gen secureboot database
- uses: imjasonh/setup-crane@v0.3
- uses: imjasonh/setup-crane@v0.4
- name: Extension images digests
# These extensions are tied to the talos release version, so we can lookup their exact compatible digests
run: |
Expand Down Expand Up @@ -346,7 +346,7 @@ jobs:
path: /tmp/talos-build-assets

- name: Login to GitHub Container Registry
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.2.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 3058071

Please sign in to comment.