@@ -23,10 +23,10 @@ jobs:
2323 name : precommit
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
2727 with :
2828 fetch-depth : 0
29- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
29+ - uses : actions/setup-python@cfd55ca82492758d853442341ad4d8010466803a # v5.5.0
3030 with :
3131 python-version : " 3.x"
3232 - uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
@@ -42,12 +42,12 @@ jobs:
4242 python-version : ["3.11", "3.12", "3.13"]
4343
4444 steps :
45- - uses : actions/checkout@v4
45+ - uses : actions/checkout@v5
4646 with :
4747 persist-credentials : false
4848
4949 - name : Set up Python ${{ matrix.python-version }}
50- uses : actions/setup-python@v5
50+ uses : actions/setup-python@v6
5151 with :
5252 python-version : ${{ matrix.python-version }}
5353
@@ -71,15 +71,15 @@ jobs:
7171 run : python -m tox
7272
7373 - name : Upload pytest test results
74- uses : actions/upload-artifact@v4
74+ uses : actions/upload-artifact@v5
7575 with :
7676 name : pytest-results-${{ matrix.platform }} py${{ matrix.python-version }}
7777 path : reports/
7878 # Use always() to always run this step to publish test results when there are test failures
7979 if : ${{ always() }}
8080
8181 - name : Coverage
82- uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
82+ uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
8383 # Don't run coverage on merge queue CI to avoid duplicating reports
8484 # to codecov. See https://github.com/matplotlib/napari-matplotlib/issues/155
8585 if : github.event_name != 'merge_group'
@@ -98,11 +98,11 @@ jobs:
9898 permissions :
9999 id-token : write
100100 steps :
101- - uses : actions/checkout@v4
101+ - uses : actions/checkout@v5
102102 with :
103103 persist-credentials : false
104104 - name : Set up Python
105- uses : actions/setup-python@v5
105+ uses : actions/setup-python@v6
106106 with :
107107 python-version : " 3.x"
108108 - name : Install build
@@ -116,4 +116,4 @@ jobs:
116116 python -m build .
117117
118118 - 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