diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5c9d97c..6d00c6f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: id: go - name: Check out source - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index a34b06e..32a70eb 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -24,10 +24,10 @@ jobs: id: go - name: Check out source - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Check out source - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: ${{ matrix.repo.name }} path: .repo