diff --git a/.github/workflows/php-linter.yml b/.github/workflows/php-linter.yml index 049b6ae03..6e1f36bca 100644 --- a/.github/workflows/php-linter.yml +++ b/.github/workflows/php-linter.yml @@ -17,7 +17,7 @@ jobs: php-version: ['7.4', '8.3'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }} ref: ${{ github.event.client_payload.pull_request.head.ref }} diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index 883c51a4d..07cde4a27 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup PHP id: setup-php diff --git a/.github/workflows/publish-to-redaxo-org.yml b/.github/workflows/publish-to-redaxo-org.yml index b9492ebad..092fcc4cd 100644 --- a/.github/workflows/publish-to-redaxo-org.yml +++ b/.github/workflows/publish-to-redaxo-org.yml @@ -10,7 +10,7 @@ jobs: redaxo_publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: FriendsOfREDAXO/installer-action@v1 with: myredaxo-username: ${{ secrets.MYREDAXO_USERNAME }}