Skip to content

Commit

Permalink
chore(deps): update digest dependencies (#3444)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent 23dd0c8 commit 4423983
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/tf-apply/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ runs:

- name: Twingate Connect
if: ${{ inputs.twingate_service_key != '' }} # Corrected syntax with a colon after the condition
uses: twingate/github-action@5b0cf3702f5da691303c8e31626b0ef48b880278
uses: twingate/github-action@6f98a673231e7e838c4a975ac2b1a0788657478c
with:
service-key: ${{ inputs.twingate_service_key }}

Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM oven/bun@sha256:e68d616e9b4b689d57dd51c11b3dab3fd003330f7b7c59e1745cdc542a666d91
FROM oven/bun@sha256:5ba9a68692e9fd7aa435a79b2597f8211fbef2c6b0bed0ce9c9293c98fef5848

# hadolint ignore=DL3008
RUN apt-get update && apt-get -y --no-install-recommends install unzip && apt-get clean && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 4423983

Please sign in to comment.