diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12aab72c..8aeee485 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: "Clean install" shell: bash diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 53d8ae6c..4c224f67 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # # Install the cosign tool except on PR # # https://github.com/sigstore/cosign-installer