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 65bfc2f commit ea1d1a5Copy full SHA for ea1d1a5
.github/workflows/release-please.yml
@@ -31,7 +31,7 @@ jobs:
31
32
steps:
33
- name: Checkout repository
34
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
35
36
- name: Configure Git user
37
run: |
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
13
14
with:
15
fetch-depth: 0
16
action.yml
@@ -28,7 +28,7 @@ runs:
28
29
30
if: inputs.checkout == 'true'
0 commit comments