diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6d934b0bd..6bd8ad837 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: - "3.13" - "3.14" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python }} diff --git a/.github/workflows/check_compatibility.yml b/.github/workflows/check_compatibility.yml index 5bd35db34..480f8201d 100644 --- a/.github/workflows/check_compatibility.yml +++ b/.github/workflows/check_compatibility.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout the PR - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: @@ -29,7 +29,7 @@ jobs: cp bin/public_interface.py "${{ runner.temp }}"/public_interface.py - name: Checkout the base - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: "${{ github.base_ref }}" diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b2ac9fafa..6c49c5c05 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/schema.yml b/.github/workflows/schema.yml index 522a6b786..94e8cc12c 100644 --- a/.github/workflows/schema.yml +++ b/.github/workflows/schema.yml @@ -15,7 +15,7 @@ jobs: pull-requests: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: python-version: "3.10"