Skip to content

Commit 9b93d23

Browse files
Master Dispatch VM/task update (#1540)
1 parent 98000f2 commit 9b93d23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/master_update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ on:
99
jobs:
1010
dispatch:
1111
name: Dispatch ${{ github.sha }}
12-
runs-on: windows-2019
12+
runs-on: windows-latest
1313
strategy:
1414
matrix:
1515
repo: ['BabylonJS/BabylonReactNative']
1616
steps:
1717
- name: Repository Dispatch
18-
uses: peter-evans/repository-dispatch@v1
18+
uses: peter-evans/repository-dispatch@v3
1919
with:
2020
token: ${{ secrets.REPO_ACCESS_TOKEN }}
2121
repository: ${{ matrix.repo }}

0 commit comments

Comments
 (0)