There was an error while loading. Please reload this page.
2 parents 89c8167 + 8fe4f5d commit 768759fCopy full SHA for 768759f
3 files changed
.github/workflows/create-release.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
16
with:
17
fetch-depth: 0 # [!] we need to checkout with tags and commit history
18
- name: Setup python
.github/workflows/linux.yml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
- name: Use Node.js
uses: actions/setup-node@v6
.github/workflows/prep-release.yml
0 commit comments