Skip to content

Commit d5a5451

Browse files
Update update_galata_references.yml github action file (#816)
* Update update_galata_references.yml github action file. * Update update_lite_galata_references.yml github action file.
1 parent df2751d commit d5a5451

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update_galata_references.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
102102
run: jlpm install
103103

104-
- uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@v1
104+
- uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@main
105105
with:
106106
npm_client: jlpm
107107
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/update_lite_galata_references.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
jlpm install
9090
yarn playwright install
9191
92-
- uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@v1
92+
- uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@main
9393
with:
9494
npm_client: jlpm
9595
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)