We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459df18 commit 9ab82f4Copy full SHA for 9ab82f4
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@v4
+ uses: actions/checkout@v5
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@v4
0 commit comments