File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 WOLFRAMENGINE_INSTALLATION_DIRECTORY : " /Applications/Wolfram Engine.app"
1010 steps :
1111 - name : Check out repository
12- uses : actions/checkout@v2
13- with :
14- token : ${{ secrets.GH_TOKEN }}
12+ uses : actions/checkout@v4
1513
1614
1715
10199 WOLFRAMENGINE_INSTALLATION_DIRECTORY : " /Applications/Wolfram Engine.app"
102100 steps :
103101 - name : Check out repository
104- uses : actions/checkout@v2
105- with :
106- token : ${{ secrets.GH_TOKEN }}
102+ uses : actions/checkout@v4
107103
108104 - name : Set up Python
109105 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 2727 echo "SIGNED_OUT_DIR=$env:RUNNER_TEMP\signed-artifacts" >> $env:GITHUB_ENV
2828
2929 - name : Check out repository
30- uses : actions/checkout@v2
31- with :
32- token : ${{ secrets.GH_TOKEN }}
30+ uses : actions/checkout@v4
3331
3432 - name : Patch specific dependencies from package.json
3533 shell : pwsh
You can’t perform that action at this time.
0 commit comments