Skip to content

Commit fe3a344

Browse files
chore(actions): update github actions to v4 (#7415)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 603ea35 commit fe3a344

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release-selfhost.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,11 @@ jobs:
192192
node scripts/validate-selfhost-sourcemap.mjs
193193
npx -y "$SENTRY_CLI_PACKAGE" sourcemaps upload --release="$SENTRY_RELEASE" --validate --wait --strict dist
194194
195-
- uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
196-
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
195+
- uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4
196+
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
197197

198198
- name: Log in to GHCR
199-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
199+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
200200
with:
201201
registry: ghcr.io
202202
username: ${{ github.actor }}

.github/workflows/selfhost.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
docker compose config --quiet
108108
docker compose --profile workflows --profile storage config --quiet
109109
110-
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
110+
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
111111

112112
- name: Build the Docker image
113113
run: |

0 commit comments

Comments
 (0)