diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 461d674..08d074c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: runs-on: "${{ matrix.os }}" steps: - - uses: "actions/checkout@v4" + - uses: "actions/checkout@v5" with: # We need tags to get the correct code version: fetch-depth: 0