diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2dc71aeb..e6888b90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,7 +116,7 @@ jobs: ls -las plugins ls -las plugins/snt_malaria - name: Set up Python 3.9 - uses: actions/setup-python@v2 + uses: actions/setup-python@v6 with: python-version: 3.9 - name: Install GDAL and gettext diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 102addfa..9560d9d0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -88,7 +88,7 @@ jobs: run: | npm install --global npm@10.5.2 - name: Set up Python 3.9 - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: 3.9