@@ -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 :
5656 directory : ./tests
5757 token : ${{ secrets.CODECOV_TOKEN }} # optional but apparently makes upload more reliable
@@ -92,12 +92,12 @@ jobs:
9292 runs-on : windows-latest
9393 if : ${{ !contains(github.event.head_commit.message, '#no-ci') }}
9494 steps :
95- - uses : actions/checkout@v4
95+ - uses : actions/checkout@v6
9696
9797 - uses : FedericoCarboni/setup-ffmpeg@v2
9898
9999 - name : Set up Python
100- uses : actions/setup-python@v5
100+ uses : actions/setup-python@v6
101101 with :
102102 python-version : " 3.9"
103103 cache : " pip"
@@ -126,15 +126,15 @@ jobs:
126126 test-heroku-env :
127127 runs-on : ubuntu-24.04
128128 steps :
129- - uses : actions/checkout@v4
129+ - uses : actions/checkout@v6
130130
131131 - name : Read the Heroku run time env and cmd
132132 run : |
133133 echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV
134134 echo "RUNTIME_CMD=$(cat Procfile | grep web: | sed 's/web: *//')" >> $GITHUB_ENV
135135
136136 - name : Set up Python
137- uses : actions/setup-python@v5
137+ uses : actions/setup-python@v6
138138 with :
139139 python-version : " ${{ env.PYTHON_VERSION }}"
140140 cache : " pip"
0 commit comments