diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4fe0ef..b39419f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: python: ["3.10", "3.12", "3.14"] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-python@v5 with: @@ -42,7 +42,7 @@ jobs: runs-on: macos-latest timeout-minutes: 15 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-python@v5 with: python-version: "3.14" @@ -73,7 +73,7 @@ jobs: continue-on-error: true timeout-minutes: 15 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-python@v5 with: python-version: "3.14" diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 02870c2..76379c2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Initialize CodeQL uses: github/codeql-action/init@v3 diff --git a/.github/workflows/gam-watch.yml b/.github/workflows/gam-watch.yml index 09d9e33..1666452 100644 --- a/.github/workflows/gam-watch.yml +++ b/.github/workflows/gam-watch.yml @@ -27,7 +27,7 @@ jobs: contents: write # push the bump branch pull-requests: write # open the PR steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Is a newer GAM out? # cheap check first — no download unless we're actually behind id: check