We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a0b7d3 + ff7eb26 commit 927da35Copy full SHA for 927da35
2 files changed
.github/workflows/container.yml
@@ -15,10 +15,10 @@ jobs:
15
steps:
16
- name: Checkout Proxy
17
id: checkout-proxy
18
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
19
- name: Checkout Console
20
id: checkout-console
21
22
with:
23
repository: hal/halos-console
24
path: console
.github/workflows/verify.yml
@@ -15,7 +15,7 @@ jobs:
- name: Checkout
id: checkout
- name: Set up JDK
id: setup-jdk
uses: actions/setup-java@v5
0 commit comments