Skip to content

Commit 8e37c33

Browse files
authored
Merge pull request finale-lua#672 from asherber/dependabot
chore: Further updates for node20
2 parents 4b98c2c + d770116 commit 8e37c33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ jobs:
5151
source: ./lua/src
5252
output: ./website/src/lib/lib/script-data.json
5353
- name: Generate the docs
54-
uses: finale-lua/[email protected].3
54+
uses: finale-lua/[email protected].4
5555
with:
5656
input: "./lua/src/library"
5757
repositoryUrl: "https://github.com/finale-lua/lua-scripts/tree/${{ github.ref }}/src/library"
5858
output: "./lua/docs/library"
5959
- name: Generate the docs
60-
uses: finale-lua/[email protected].3
60+
uses: finale-lua/[email protected].4
6161
with:
6262
input: "./lua/src/mixin"
6363
repositoryUrl: "https://github.com/finale-lua/lua-scripts/tree/${{ github.ref }}/src/mixin"
@@ -66,15 +66,15 @@ jobs:
6666
- run: "cp -R lua/docs website/docs"
6767
- name: Commit & Push docs to website
6868
if: github.event_name == 'push'
69-
uses: actions-js/push@v1.4
69+
uses: finale-lua/commit-and-push@1.4.1
7070
with:
7171
github_token: ${{ secrets.NICK_PERSONAL_TOKEN }}
7272
directory: website
7373
branch: main
7474
repository: finale-lua/jw-lua-scripts-docs
7575
- name: Commit & Push docs to this repo
7676
if: github.event_name == 'push'
77-
uses: actions-js/push@v1.4
77+
uses: finale-lua/commit-and-push@1.4.1
7878
with:
7979
github_token: ${{ secrets.NICK_PERSONAL_TOKEN }}
8080
directory: lua

0 commit comments

Comments
 (0)