diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 97fc9858..db82e1e6 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Install requirements diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b5421174..ef1cd532 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: tag: [linux-amd64, linux-i386] steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Login to GitHub Container Registry @@ -57,7 +57,7 @@ jobs: runs-on: ubuntu-24.04-arm steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Login to GitHub Container Registry @@ -95,7 +95,7 @@ jobs: tag: [alpine-amd64, alpine-i386] steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Login to GitHub Container Registry @@ -130,7 +130,7 @@ jobs: runs-on: ubuntu-24.04-arm steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Login to GitHub Container Registry @@ -165,7 +165,7 @@ jobs: runs-on: macos-15-intel # NOTE: This is the last planned mac intel runner to be supported. See https://github.com/actions/runner-images/issues/13046 steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Set vars @@ -192,7 +192,7 @@ jobs: GOARCH: arm64 steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Set vars @@ -219,7 +219,7 @@ jobs: runs-on: windows-latest steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Set vars diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 812b2723..3051169f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Initialize CodeQL uses: github/codeql-action/init@v4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 277548ec..687694e3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: 'true' fetch-depth: 0