Skip to content

Commit 8f82bed

Browse files
committed
checkout fix
1 parent b80282b commit 8f82bed

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/build-mac.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ jobs:
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

@@ -101,9 +99,7 @@ jobs:
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

.github/workflows/build-win.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ jobs:
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

0 commit comments

Comments
 (0)