Skip to content

Commit 2d26030

Browse files
authored
Merge branch 'master' into dependabot/github_actions/master/actions/checkout-7.0.1
2 parents 1a34e47 + c053578 commit 2d26030

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check_pr_release_notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131

3232
steps:
33-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
33+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97
3434
with:
3535
python-version: '3.14'
3636

.github/workflows/jacoco_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
run: sbt jacoco
115115

116116
- name: Setup Python
117-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
117+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97
118118
with:
119119
python-version: '3.14'
120120

.github/workflows/release_draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fetch-depth: 0
4343
persist-credentials: false
4444

45-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
45+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97
4646
with:
4747
python-version: '3.14'
4848

0 commit comments

Comments
 (0)