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 9beb396 commit 5f85e63Copy full SHA for 5f85e63
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ${{ matrix.os }}
29
steps:
30
- name: Checkout current branch (full)
31
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
32
with:
33
fetch-depth: 0
34
@@ -80,7 +80,7 @@ jobs:
80
81
82
83
84
85
86
.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