From 52a1901f75409436ef14d48885d3499b3c3ebec2 Mon Sep 17 00:00:00 2001 From: Burak Yigit Kaya Date: Thu, 16 Jan 2025 21:58:18 +0000 Subject: [PATCH] ci: Move self-contained action reference to master branch (#3538) Required follow up to #3535 --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index af1e624dc2..8dba1227a4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,8 +46,7 @@ jobs: echo "LATEST_TAG=$LATEST_TAG" >> $GITHUB_ENV - name: Get Compose - # TODO: Replace this with `@master` after landing - uses: getsentry/self-hosted/get-compose-action@byk/ref/upgrade-compose + uses: getsentry/self-hosted/get-compose-action@master - name: Checkout latest release uses: actions/checkout@v4