Skip to content

Commit 52a1901

Browse files
authored
ci: Move self-contained action reference to master branch (#3538)
Required follow up to #3535
1 parent 559e732 commit 52a1901

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ jobs:
4646
echo "LATEST_TAG=$LATEST_TAG" >> $GITHUB_ENV
4747
4848
- name: Get Compose
49-
# TODO: Replace this with `@master` after landing
50-
uses: getsentry/self-hosted/get-compose-action@byk/ref/upgrade-compose
49+
uses: getsentry/self-hosted/get-compose-action@master
5150

5251
- name: Checkout latest release
5352
uses: actions/checkout@v4

0 commit comments

Comments
 (0)