From 969016b240b8acc16c4e4d97916516026773ceca Mon Sep 17 00:00:00 2001 From: Craig Comstock Date: Fri, 21 Jul 2023 09:14:59 -0500 Subject: [PATCH] Switch together-javascript-action to main to avoid dependency update work We control the code, so no need to be "careful" here. Ticket: ENT-10442 Changelog: none --- .github/workflows/build-using-buildscripts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-using-buildscripts.yml b/.github/workflows/build-using-buildscripts.yml index 5d38823cc..d3cf658e3 100644 --- a/.github/workflows/build-using-buildscripts.yml +++ b/.github/workflows/build-using-buildscripts.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v3 with: repository: cfengine/together-javascript-action - ref: v1.7 + ref: main ssh-key: ${{ secrets.GH_ACTIONS_SSH_DEPLOY_KEY_TOGETHER_REPO }} ssh-known-hosts: github.com