Skip to content

Commit 7f9f952

Browse files
chore: update actions/setup-python action to v7
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a8d64b5 commit 7f9f952

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
node-version: ${{ matrix.node-version }}
3939
- name: Set up Python 3.11 (for node-gyp)
40-
uses: actions/setup-python@v6
40+
uses: actions/setup-python@v7
4141
with:
4242
python-version: '3.11'
4343
- name: Install dependencies

0 commit comments

Comments
 (0)