diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index ce2fb33..c628e6d 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -15,10 +15,10 @@ jobs: steps: - name: Checkout Proxy id: checkout-proxy - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout Console id: checkout-console - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: hal/halos-console path: console diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 204f0d5..e5af073 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up JDK id: setup-jdk uses: actions/setup-java@v5