diff --git a/.github/workflows/standards-and-tests.yml b/.github/workflows/standards-and-tests.yml index 4cf75454..26674041 100644 --- a/.github/workflows/standards-and-tests.yml +++ b/.github/workflows/standards-and-tests.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Start required services run: sudo systemctl start mysql.service diff --git a/.github/workflows/update-pot.yml b/.github/workflows/update-pot.yml index f660f53a..bef45c13 100644 --- a/.github/workflows/update-pot.yml +++ b/.github/workflows/update-pot.yml @@ -13,7 +13,7 @@ jobs: update-pot: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup PHP with tools uses: shivammathur/setup-php@v2 with: diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml index 0cba166a..9c7dd2fe 100644 --- a/.github/workflows/update-translations.yml +++ b/.github/workflows/update-translations.yml @@ -6,7 +6,7 @@ jobs: update-translations: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.PAT_FOR_GITHUB_ACTIONS }} - name: Install Transifex Client