We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5511fb2 commit a276925Copy full SHA for a276925
.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.1.0
+ uses: actions/checkout@v3.2.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