Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc1278d2 authored by Alexandre FLAMENT's avatar Alexandre FLAMENT
Browse files

GH workflow: use actions/setup-python@v4

GitHub displays this warning with the actions/setup-python@2 :

Warning: The `set-output` command is deprecated and will be disabled soon.
Please upgrade to using Environment Files.
For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
parent fc9986de
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ jobs:
        sudo ./utils/searxng.sh install packages
        sudo apt install firefox
    - name: Set up Python
      uses: actions/setup-python@v2
      uses: actions/setup-python@v4
      with:
        python-version: ${{ matrix.python-version }}
        architecture: 'x64'
@@ -57,7 +57,7 @@ jobs:
    - name: Install Ubuntu packages
      run: sudo ./utils/searxng.sh install buildhost
    - name: Set up Python
      uses: actions/setup-python@v2
      uses: actions/setup-python@v4
      with:
        python-version: '3.9'
        architecture: 'x64'
@@ -84,7 +84,7 @@ jobs:
    - name: Install Ubuntu packages
      run: sudo ./utils/searxng.sh install buildhost
    - name: Set up Python
      uses: actions/setup-python@v2
      uses: actions/setup-python@v4
      with:
        python-version: '3.9'
        architecture: 'x64'
@@ -123,7 +123,7 @@ jobs:
        fetch-depth: '0'
        token: ${{ secrets.WEBLATE_GITHUB_TOKEN }}
    - name: Set up Python
      uses: actions/setup-python@v2
      uses: actions/setup-python@v4
      with:
        python-version: '3.9'
        architecture: 'x64'
@@ -165,7 +165,7 @@ jobs:
          # make sure "make docker.push" can get the git history
          fetch-depth: '0'
      - name: Set up Python
        uses: actions/setup-python@v2
        uses: actions/setup-python@v4
        with:
          python-version: '3.9'
          architecture: 'x64'
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ jobs:
        fetch-depth: '0'
        token: ${{ secrets.WEBLATE_GITHUB_TOKEN }}
    - name: Set up Python
      uses: actions/setup-python@v2
      uses: actions/setup-python@v4
      with:
        python-version: '3.9'
        architecture: 'x64'