Skip to content

Commit cf70a37

Browse files
committed
chore: dependabot upgrade setup-python to 6.0.0
1 parent 27162c6 commit cf70a37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-xapian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
# Setup version of Python to use
4848
- name: Set Up Python 3.13
49-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
49+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
5050
with:
5151
python-version: 3.13
5252
allow-prereleases: true

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120

121121
# Setup version of Python to use
122122
- name: Set Up Python ${{ matrix.python-version }}
123-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
123+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
124124
with:
125125
python-version: ${{ matrix.python-version }}
126126
allow-prereleases: true

0 commit comments

Comments
 (0)