Skip to content

Commit cb87e14

Browse files
authored
Merge pull request #497 from escemi-tech/dependabot/github_actions/escemi-tech/actions-node-1.5.0
build(deps): bump escemi-tech/actions-node from 1.4.2 to 1.5.0
2 parents b757573 + 7fd0776 commit cb87e14

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: escemi-tech/actions-node@v1.4.2
17+
- uses: escemi-tech/actions-node@v1.5.0
1818
with:
1919
checks: true
2020

@@ -26,10 +26,11 @@ jobs:
2626
if: github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main'
2727
runs-on: ubuntu-latest
2828
environment: github-pages
29+
2930
steps:
30-
- uses: escemi-tech/actions-node@v1.4.2
31+
- uses: escemi-tech/actions-node@v1.5.0
3132
with:
32-
checkout-token: ${{ secrets.GH_PRIVATE_ACCESS_TOKEN }}
33+
checkout: '{ "token": "${{ secrets.GH_PRIVATE_ACCESS_TOKEN }}" }'
3334

3435
- name: 🏗️ Build Github pages
3536
run: |

0 commit comments

Comments
 (0)