BoilerWorks
chore(deps): bump actions/setup-python from 5 to 6 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Commit
c941e6bfd46654c3e6fa12d075382f766b08ff02b8f90937b8c38ea44d5c06f4
Parent
bc2e999eb135bd8…
1 file changed
+1
-1
+1
-1
| --- .github/workflows/docs.yml | ||
| +++ .github/workflows/docs.yml | ||
| @@ -16,11 +16,11 @@ | ||
| 16 | 16 | deploy: |
| 17 | 17 | runs-on: ubuntu-latest |
| 18 | 18 | steps: |
| 19 | 19 | - uses: actions/checkout@v4 |
| 20 | 20 | |
| 21 | - - uses: actions/setup-python@v5 | |
| 21 | + - uses: actions/setup-python@v6 | |
| 22 | 22 | with: |
| 23 | 23 | python-version: "3.12" |
| 24 | 24 | |
| 25 | 25 | - name: Install dependencies |
| 26 | 26 | run: | |
| 27 | 27 |
| --- .github/workflows/docs.yml | |
| +++ .github/workflows/docs.yml | |
| @@ -16,11 +16,11 @@ | |
| 16 | deploy: |
| 17 | runs-on: ubuntu-latest |
| 18 | steps: |
| 19 | - uses: actions/checkout@v4 |
| 20 | |
| 21 | - uses: actions/setup-python@v5 |
| 22 | with: |
| 23 | python-version: "3.12" |
| 24 | |
| 25 | - name: Install dependencies |
| 26 | run: | |
| 27 |
| --- .github/workflows/docs.yml | |
| +++ .github/workflows/docs.yml | |
| @@ -16,11 +16,11 @@ | |
| 16 | deploy: |
| 17 | runs-on: ubuntu-latest |
| 18 | steps: |
| 19 | - uses: actions/checkout@v4 |
| 20 | |
| 21 | - uses: actions/setup-python@v6 |
| 22 | with: |
| 23 | python-version: "3.12" |
| 24 | |
| 25 | - name: Install dependencies |
| 26 | run: | |
| 27 |