Skip to content

Commit 1731d51

Browse files
authored
Merge pull request #756 from European-XFEL/dependabot/github_actions/actions-696b649f44
build(deps): bump actions/setup-python from 6 to 7 in the actions group
2 parents 74a55c7 + 30f2b27 commit 1731d51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v7
2020

2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v6
22+
uses: actions/setup-python@v7
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/checkout@v7
5757

5858
- name: Set up Python 3.10
59-
uses: actions/setup-python@v6
59+
uses: actions/setup-python@v7
6060
with:
6161
python-version: "3.10"
6262

0 commit comments

Comments
 (0)