Loading .github/workflows/breakage.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -46,10 +46,10 @@ jobs: steps: - name: Check out the codebase uses: actions/checkout@v5.0.0 uses: actions/checkout@v6 - name: Set up Python uses: actions/setup-python@v6.0.0 uses: actions/setup-python@v6.1.0 with: python-version: "${{ matrix.python }}" cache: "pip" Loading .github/workflows/rebase.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ jobs: contents: write steps: - name: "Rebase all non-draft non-dependencies pull requests" uses: peter-evans/rebase@v3.1.0 uses: peter-evans/rebase@v4.0.0 with: base: main exclude-drafts: true Loading .github/workflows/release.yml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ jobs: cancel-in-progress: false steps: - name: Checkout uses: actions/checkout@v5 uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ secrets.SEMANTIC_RELEASE_TOKEN || secrets.GITHUB_TOKEN }} Loading .github/workflows/validate.yml +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ jobs: contents: read steps: - name: Checkout uses: actions/checkout@v5 uses: actions/checkout@v6 with: fetch-depth: 0 Loading Loading
.github/workflows/breakage.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -46,10 +46,10 @@ jobs: steps: - name: Check out the codebase uses: actions/checkout@v5.0.0 uses: actions/checkout@v6 - name: Set up Python uses: actions/setup-python@v6.0.0 uses: actions/setup-python@v6.1.0 with: python-version: "${{ matrix.python }}" cache: "pip" Loading
.github/workflows/rebase.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ jobs: contents: write steps: - name: "Rebase all non-draft non-dependencies pull requests" uses: peter-evans/rebase@v3.1.0 uses: peter-evans/rebase@v4.0.0 with: base: main exclude-drafts: true Loading
.github/workflows/release.yml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ jobs: cancel-in-progress: false steps: - name: Checkout uses: actions/checkout@v5 uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ secrets.SEMANTIC_RELEASE_TOKEN || secrets.GITHUB_TOKEN }} Loading
.github/workflows/validate.yml +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ jobs: contents: read steps: - name: Checkout uses: actions/checkout@v5 uses: actions/checkout@v6 with: fetch-depth: 0 Loading