Skip to content

Commit 2f88e40

Browse files
Merge pull request #909 from nextcloud/dependabot/github_actions/actions/setup-python-6.3.0
chore(deps): Bump actions/setup-python from 6.2.0 to 6.3.0
2 parents 74e597f + 5f92b9f commit 2f88e40

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/tests-exapp-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7272

7373
- name: Set up Python
74-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
74+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
7575
with:
7676
python-version: '3.11'
7777

.github/workflows/tests-special.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
options: --health-cmd pg_isready --health-interval 5s --health-timeout 2s --health-retries 5
4242

4343
steps:
44-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
44+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
4545
with:
4646
python-version: '3.11'
4747

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
options: --health-cmd pg_isready --health-interval 5s --health-timeout 2s --health-retries 5
4444

4545
steps:
46-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
46+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
4747
with:
4848
python-version: '3.11'
4949

@@ -171,7 +171,7 @@ jobs:
171171
options: --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 5
172172

173173
steps:
174-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
174+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
175175
with:
176176
python-version: '3.10'
177177

@@ -293,7 +293,7 @@ jobs:
293293
options: --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 5
294294

295295
steps:
296-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
296+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
297297
with:
298298
python-version: '3.10'
299299

@@ -421,7 +421,7 @@ jobs:
421421
- 1521:1521
422422

423423
steps:
424-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
424+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
425425
with:
426426
python-version: '3.11'
427427

0 commit comments

Comments
 (0)