Skip to content

Commit c88025c

Browse files
authored
Merge branch 'main' into 55-add-user-defined-groups-for-viewing
2 parents c1f830a + 0b4d1ad commit c88025c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
if: contains(github.ref, 'tags')
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- uses: actions/setup-python@v6
1616
with:
1717
python-version: "3.x"

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
- name: Set up Python 3.11
2121
uses: astral-sh/setup-uv@v7
2222
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
resolution: [highest, lowest-direct]
2323

2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
- uses: tlambert03/setup-qt-libs@v1
2727

2828
- name: Set up Python ${{ matrix.python-version }}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
exclude: ^\.napari-hub/.*
1111
- id: check-yaml # checks for correct yaml syntax for github actions ex.
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.14.6
13+
rev: v0.14.7
1414
hooks:
1515
- id: ruff
1616
args: [--fix, -v]

0 commit comments

Comments
 (0)