We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af92a67 commit 503b43dCopy full SHA for 503b43d
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
20
- uses: actions/setup-java@v5
21
with:
22
distribution: "temurin"
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
0 commit comments