Skip to content

Commit 63dd21e

Browse files
dependabot[bot]Pierre-Sassoulas
authored andcommitted
Build(deps): Bump actions/setup-python from 6.2.0 to 6.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a309ff8...ece7cb0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 054b1c9 commit 63dd21e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929
persist-credentials: false
30-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
30+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
3131
with:
3232
python-version: ${{ env.PYTHON_LATEST }}
3333
- name: Install tox
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
fetch-depth: 0
5757
persist-credentials: false
58-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
58+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
5959
with:
6060
python-version: ${{ env.PYTHON_LATEST }}
6161
- name: Install GitHub matcher for ActionLint checker
@@ -80,7 +80,7 @@ jobs:
8080
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
8181
with:
8282
persist-credentials: false
83-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
83+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
8484
with:
8585
python-version: ${{ matrix.python-version }}
8686
- name: Install dependencies
@@ -108,7 +108,7 @@ jobs:
108108
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
109109
with:
110110
persist-credentials: false
111-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
111+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
112112
with:
113113
python-version: ${{ env.PYTHON_LATEST }}
114114
- name: Install dependencies
@@ -139,7 +139,7 @@ jobs:
139139
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
140140
with:
141141
persist-credentials: false
142-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
142+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
143143
with:
144144
python-version: ${{ env.PYTHON_LATEST }}
145145
- name: Install Coverage.py
@@ -176,7 +176,7 @@ jobs:
176176
fetch-depth: 0
177177
persist-credentials: false
178178
- name: Install Python
179-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
179+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
180180
- name: Install towncrier
181181
run: pip install towncrier==24.8.0
182182
- name: Install pandoc

0 commit comments

Comments
 (0)