Skip to content

Commit 15d1d7c

Browse files
Merge pull request #145 from openSUSE/dependabot/github_actions/actions/setup-python-6
2 parents e82585a + 2da10e8 commit 15d1d7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
openssh-clients || true
7272
7373
- name: Setup Python
74-
uses: actions/setup-python@v5
74+
uses: actions/setup-python@v6
7575
with:
7676
python-version: ${{ matrix.python-version }}
7777

@@ -179,7 +179,7 @@ jobs:
179179

180180
# Set up Python on macOS environment
181181
- name: Setup Python
182-
uses: actions/setup-python@v5
182+
uses: actions/setup-python@v6
183183
with:
184184
python-version: ${{ matrix.python-version }}
185185

0 commit comments

Comments
 (0)