ci(deps): bump actions/setup-python from 6 to 7pull/470/head
| @@ -13,7 +13,7 @@ jobs: | |||||
| name: Code Style | name: Code Style | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v7 | - uses: actions/checkout@v7 | ||||
| - uses: actions/setup-python@v6 | |||||
| - uses: actions/setup-python@v7 | |||||
| with: | with: | ||||
| python-version: '3.x' | python-version: '3.x' | ||||
| - uses: psf/black@stable | - uses: psf/black@stable | ||||
| @@ -24,7 +24,7 @@ jobs: | |||||
| name: Poetry | name: Poetry | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v7 | - uses: actions/checkout@v7 | ||||
| - uses: actions/setup-python@v6 | |||||
| - uses: actions/setup-python@v7 | |||||
| with: | with: | ||||
| python-version: '3.x' | python-version: '3.x' | ||||
| - run: | | - run: | | ||||
| @@ -13,7 +13,7 @@ jobs: | |||||
| steps: | steps: | ||||
| - uses: actions/checkout@v7 | - uses: actions/checkout@v7 | ||||
| - name: Set up Python | - name: Set up Python | ||||
| uses: actions/setup-python@v6 | |||||
| uses: actions/setup-python@v7 | |||||
| with: | with: | ||||
| python-version: '3.x' | python-version: '3.x' | ||||
| - name: Install dependencies | - name: Install dependencies | ||||
| @@ -12,7 +12,7 @@ jobs: | |||||
| - uses: actions/checkout@v7 | - uses: actions/checkout@v7 | ||||
| - name: Set up Python | - name: Set up Python | ||||
| uses: actions/setup-python@v6 | |||||
| uses: actions/setup-python@v7 | |||||
| with: | with: | ||||
| python-version: '3.x' | python-version: '3.x' | ||||
| @@ -29,7 +29,7 @@ jobs: | |||||
| - uses: actions/checkout@v7 | - uses: actions/checkout@v7 | ||||
| - name: Set up Python | - name: Set up Python | ||||
| uses: actions/setup-python@v6 | |||||
| uses: actions/setup-python@v7 | |||||
| with: | with: | ||||
| python-version: ${{ matrix.python-version }} | python-version: ${{ matrix.python-version }} | ||||