diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb7c5fda..cb3286de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: go-version: ['1.24'] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: recursive # Checkout submodules for novnc embedding @@ -56,7 +56,7 @@ jobs: go-version: ['1.24'] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: recursive # Checkout submodules for novnc embedding @@ -96,7 +96,7 @@ jobs: go-version: ['1.24'] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: recursive # Checkout submodules for novnc embedding diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b0876d3..53477fcb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: recursive