diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 723a091..bf8ad90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: steps: # As usual, we simply checkout the project - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: @@ -86,7 +86,7 @@ jobs: # Run copies of the current job in parallel. # containers: [1, 2] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # Download the build from the previous step. - uses: actions/download-artifact@v6