We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2000684 commit d80affbCopy full SHA for d80affb
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
runs-on: ${{ matrix.os }}
28
steps:
29
- name: Checkout current branch (full)
30
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
31
with:
32
fetch-depth: 0
33
.github/workflows/clean.yml
@@ -9,6 +9,9 @@ name: Clean
9
10
on: push
11
12
+permissions:
13
+ actions: write
14
+
15
jobs:
16
delete-artifacts:
17
name: Delete Artifacts
0 commit comments