Skip to content

Commit eb16a96

Browse files
Bump the actions group with 3 updates (#119)
Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) Updates `astral-sh/setup-uv` from 5 to 7 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v5...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9023848 commit eb16a96

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
lint:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
with:
1414
persist-credentials: false
15-
- uses: actions/setup-python@v5
15+
- uses: actions/setup-python@v6
1616
with:
1717
python-version: "3.x"
1818
- uses: tox-dev/action-pre-commit-uv@v1

.github/workflows/update-lint-and-build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: styfle/[email protected]
2020
with:
2121
access_token: ${{ secrets.GITHUB_TOKEN }}
22-
- uses: actions/setup-python@v6.0.0
22+
- uses: actions/setup-python@v6
2323
with:
2424
python-version: 3
2525
- name: Install dependencies
@@ -28,7 +28,7 @@ jobs:
2828
pip install requests cogapp polib transifex-python sphinx-intl blurb six
2929
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
3030
working-directory: /usr/local/bin
31-
- uses: actions/checkout@v5.0.0
31+
- uses: actions/checkout@v5
3232
with:
3333
ref: ${{ matrix.version }}
3434
fetch-depth: 0
@@ -74,11 +74,11 @@ jobs:
7474
needs: ['update']
7575
continue-on-error: true
7676
steps:
77-
- uses: actions/setup-python@v6.0.0
77+
- uses: actions/setup-python@v6
7878
with:
7979
python-version: 3
8080
- run: pip install sphinx-lint
81-
- uses: actions/checkout@v5.0.0
81+
- uses: actions/checkout@v5
8282
with:
8383
ref: ${{ matrix.version }}
8484
- uses: rffontenelle/[email protected]
@@ -93,16 +93,16 @@ jobs:
9393
format: [html, latex, epub]
9494
needs: ['update']
9595
steps:
96-
- uses: actions/setup-python@v6.0.0
96+
- uses: actions/setup-python@v6
9797
with:
9898
python-version: 3.12 # pin for Sphinx 3.4.3 in 3.10 branch (see #63)
99-
- uses: actions/checkout@v5.0.0
99+
- uses: actions/checkout@v5
100100
with:
101101
repository: python/cpython
102102
ref: ${{ matrix.version }}
103103
- run: make venv
104104
working-directory: ./Doc
105-
- uses: actions/checkout@v5.0.0
105+
- uses: actions/checkout@v5
106106
with:
107107
ref: ${{ matrix.version }}
108108
path: Doc/locales/pl/LC_MESSAGES
@@ -143,10 +143,10 @@ jobs:
143143
needs: ['build']
144144
continue-on-error: true
145145
steps:
146-
- uses: actions/setup-python@v5
146+
- uses: actions/setup-python@v6
147147
with:
148148
python-version: 3.x
149-
- uses: astral-sh/setup-uv@v5
149+
- uses: astral-sh/setup-uv@v7
150150
- uses: actions/[email protected]
151151
with:
152152
name: build-${{ matrix.version }}-epub

0 commit comments

Comments
 (0)