We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2afbf commit c9c64e3Copy full SHA for c9c64e3
2 files changed
.github/workflows/github-release.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout repository
11
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
12
with:
13
fetch-depth: 0
14
- name: Generate changelog
.github/workflows/pr-build.yml
@@ -11,7 +11,7 @@ jobs:
- name: Check out repository
15
16
- name: Set up Java
17
uses: actions/setup-java@v5
0 commit comments