diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 298a09d..5ad0614 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: steps: - id: "checkout" name: "Checkout sources" - uses: "actions/checkout@v4" + uses: "actions/checkout@v6" with: submodules: true filter: "tree:0"