diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e4ff689..8e185a4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: - '1.20' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up Go uses: actions/setup-go@v5 with: @@ -47,7 +47,7 @@ jobs: with: parallel-finished: true - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Set up Go