Skip to content

Commit

Permalink
Switch together-javascript-action to main to avoid dependency update …
Browse files Browse the repository at this point in the history
…work

We control the code, so no need to be "careful" here.

Ticket: ENT-10442
Changelog: none
  • Loading branch information
craigcomstock committed Jul 21, 2023
1 parent 1df0f7a commit 19980a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
path: masterfiles
- name: Get Togethers
uses: cfengine/together-javascript-action@v1.7
uses: cfengine/together-javascript-action@main
id: together
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
path: masterfiles
- name: Get Togethers
uses: cfengine/together-javascript-action@v1.7
uses: cfengine/together-javascript-action@main
id: together
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 19980a3

Please sign in to comment.