diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 770b8f640..55a67a061 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: shell: bash steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install dependencies run: | diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index 9d67dd73d..338d25b24 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -20,7 +20,7 @@ jobs: # Steps are a sequence of tasks that will be executed as part of the job steps: # Check out repository under $GITHUB_WORKSPACE - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Builds docs using sphinx - uses: ammaraskar/sphinx-action@master with: diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 582ffc5be..cc76e4d60 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -12,7 +12,7 @@ jobs: run: shell: bash steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: sudo apt install qttranslations5-l10n python3-pyqt5 - name: Translation Test run: python3 ./src/language/test_translations.py