We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da76f12 commit faf6f22Copy full SHA for faf6f22
.github/workflows/auto-label.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout
11
- uses: actions/checkout@v3.2.0
+ uses: actions/checkout@v3.3.0
12
13
- name: auto label
14
uses: RocketSurgeonsGuild/actions/[email protected]
.github/workflows/ci.yml
@@ -79,7 +79,7 @@ jobs:
79
runs-on: ${{ matrix.os }}
80
81
82
83
with:
84
clean: 'false'
85
fetch-depth: '0'
.github/workflows/draft-release.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
24
fetch-depth: 0
25
0 commit comments