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 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