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 9f34904 commit bec87ccCopy full SHA for bec87cc
.github/workflows/release-charts.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
16
with:
17
fetch-depth: 0
18
.github/workflows/sanity-check.yml
@@ -7,7 +7,7 @@ jobs:
7
8
9
- name: Checkout repository
10
11
- name: Commit messages in format DBZ-xxx
env:
BASE_REF: ${{ github.base_ref }}
0 commit comments