diff --git a/.github/workflows/check_for_api_break.yaml b/.github/workflows/check_for_api_break.yaml index 97b7f18..41e38f0 100644 --- a/.github/workflows/check_for_api_break.yaml +++ b/.github/workflows/check_for_api_break.yaml @@ -12,7 +12,7 @@ jobs: pull-requests: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b99e9ec..0415124 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: python-version: "3.13" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Get current date id: date run: echo "date=$(date +%Y-%m-%d)" >> "${GITHUB_OUTPUT}" @@ -91,7 +91,7 @@ jobs: timeout-minutes: 30 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: mamba-org/setup-micromamba@v3 with: