@@ -13,12 +13,12 @@ jobs:
1313 permissions :
1414 pull-requests : write
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717
1818 - uses : FedericoCarboni/setup-ffmpeg@v2
1919
2020 - name : Set up Python
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : " 3.9"
2424 cache : " pip"
5151 # - setuptools is MIT, but not always auto-detected.
5252 run : licensecheck --requirements-path pyproject.toml --zero --ignore-packages pympi-ling text-unidecode setuptools
5353
54- - uses : codecov/codecov-action@v4
54+ - uses : codecov/codecov-action@v5
5555 with :
56- directory : ./tests
5756 token : ${{ secrets.CODECOV_TOKEN }} # optional but apparently makes upload more reliable
5857 fail_ci_if_error : false # too many upload errors to keep "true"
5958
8382 - name : Report help speed in a PR comment
8483 if : github.event_name == 'pull_request'
8584 continue-on-error : true
86- uses : mshick/add-pr-comment@v2
85+ uses : mshick/add-pr-comment@7c1a3a3e5a072270dc21c0639df39ca11e860b2b # v3.5.0
8786 with :
8887 preformatted : true
8988 message-path : import-message.txt
@@ -92,12 +91,12 @@ jobs:
9291 runs-on : windows-latest
9392 if : ${{ !contains(github.event.head_commit.message, '#no-ci') }}
9493 steps :
95- - uses : actions/checkout@v4
94+ - uses : actions/checkout@v6
9695
9796 - uses : FedericoCarboni/setup-ffmpeg@v2
9897
9998 - name : Set up Python
100- uses : actions/setup-python@v5
99+ uses : actions/setup-python@v6
101100 with :
102101 python-version : " 3.9"
103102 cache : " pip"
@@ -126,15 +125,15 @@ jobs:
126125 test-heroku-env :
127126 runs-on : ubuntu-24.04
128127 steps :
129- - uses : actions/checkout@v4
128+ - uses : actions/checkout@v6
130129
131130 - name : Read the Heroku run time env and cmd
132131 run : |
133132 echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV
134133 echo "RUNTIME_CMD=$(cat Procfile | grep web: | sed 's/web: *//')" >> $GITHUB_ENV
135134
136135 - name : Set up Python
137- uses : actions/setup-python@v5
136+ uses : actions/setup-python@v6
138137 with :
139138 python-version : " ${{ env.PYTHON_VERSION }}"
140139 cache : " pip"
0 commit comments