@@ -23,10 +23,10 @@ jobs:
23
23
name : precommit
24
24
runs-on : ubuntu-latest
25
25
steps :
26
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
27
27
with :
28
28
fetch-depth : 0
29
- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
29
+ - uses : actions/setup-python@2e3e4b15a884dc73a63f962bff250a855150a234 # v5.5.0
30
30
with :
31
31
python-version : " 3.x"
32
32
- uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
@@ -42,12 +42,12 @@ jobs:
42
42
python-version : ["3.11", "3.12", "3.13"]
43
43
44
44
steps :
45
- - uses : actions/checkout@v4
45
+ - uses : actions/checkout@v5
46
46
with :
47
47
persist-credentials : false
48
48
49
49
- name : Set up Python ${{ matrix.python-version }}
50
- uses : actions/setup-python@v5
50
+ uses : actions/setup-python@v6
51
51
with :
52
52
python-version : ${{ matrix.python-version }}
53
53
79
79
if : ${{ always() }}
80
80
81
81
- name : Coverage
82
- uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
82
+ uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
83
83
# Don't run coverage on merge queue CI to avoid duplicating reports
84
84
# to codecov. See https://github.com/matplotlib/napari-matplotlib/issues/155
85
85
if : github.event_name != 'merge_group'
@@ -98,11 +98,11 @@ jobs:
98
98
permissions :
99
99
id-token : write
100
100
steps :
101
- - uses : actions/checkout@v4
101
+ - uses : actions/checkout@v5
102
102
with :
103
103
persist-credentials : false
104
104
- name : Set up Python
105
- uses : actions/setup-python@v5
105
+ uses : actions/setup-python@v6
106
106
with :
107
107
python-version : " 3.x"
108
108
- name : Install build
@@ -116,4 +116,4 @@ jobs:
116
116
python -m build .
117
117
118
118
- name : Publish package
119
- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
119
+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
0 commit comments