We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 430f7f1 commit 7f499bdCopy full SHA for 7f499bd
.github/workflows/PR.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- name: Checkout the repo
15
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
16
17
- name: Setup JDK
18
uses: actions/setup-java@v3
.github/workflows/master.yml
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
with:
fetch-depth: 0
19
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
20
21
22
23
ref: ${{ github.event.inputs.branch }}
0 commit comments