fix: github action (#2131)

This commit is contained in:
Matti Nannt
2024-02-26 20:29:28 +01:00
committed by GitHub
parent 8ad1ecfcb9
commit 71717c6b02
7 changed files with 44 additions and 6 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ jobs:
timeout-minutes: 15
steps:
- name: Checkout repo
uses: actions/checkout@v3
- uses: actions/checkout@v3
- uses: ./.github/actions/dangerous-git-checkout
- name: Setup Node.js 20.x
uses: actions/setup-node@v3