diff --git a/.github/workflows/dtql-publish.yml b/.github/workflows/dtql-publish.yml index 3093b6d..b8033a0 100644 --- a/.github/workflows/dtql-publish.yml +++ b/.github/workflows/dtql-publish.yml @@ -34,7 +34,7 @@ jobs: DALGO_SITE_TOKEN: ${{ secrets.DALGO_SITE_TOKEN }} steps: - name: Checkout dalgo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: actions/setup-go@v6 with: diff --git a/.github/workflows/dtql.yml b/.github/workflows/dtql.yml index 86f1ffa..fdb9231 100644 --- a/.github/workflows/dtql.yml +++ b/.github/workflows/dtql.yml @@ -19,7 +19,7 @@ jobs: name: Schema is fresh (regenerate-and-diff) runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-go@v6 with: go-version-file: go.mod diff --git a/.github/workflows/no-breaking-commits.yml b/.github/workflows/no-breaking-commits.yml index 10ee6b7..1aba1cc 100644 --- a/.github/workflows/no-breaking-commits.yml +++ b/.github/workflows/no-breaking-commits.yml @@ -14,7 +14,7 @@ jobs: no-breaking-change: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: Determine commit range diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index 976869f..f8df8fd 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -16,7 +16,7 @@ jobs: pull-requests: write checks: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit fetch-depth: 0 # a full history is required for pull request analysis