diff --git a/.github/workflows/code_analysis.yaml b/.github/workflows/code_analysis.yaml index 313457bd1..2e4dff641 100644 --- a/.github/workflows/code_analysis.yaml +++ b/.github/workflows/code_analysis.yaml @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # see https://github.com/shivammathur/setup-php - diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 7ea7b8c54..037e33d0d 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -13,7 +13,7 @@ jobs: docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: shivammathur/setup-php@v2 with: diff --git a/.github/workflows/rector.yaml b/.github/workflows/rector.yaml index d45d7d1bd..4afbb5b57 100644 --- a/.github/workflows/rector.yaml +++ b/.github/workflows/rector.yaml @@ -30,7 +30,7 @@ jobs: # see https://github.com/rectorphp/rector/commit/d395e1c28b8e6a56711dcc2e10490a82965850e4 - if: github.event.pull_request.head.repo.full_name == github.repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.event.pull_request.head.ref }} @@ -40,7 +40,7 @@ jobs: # in forks, the token is not available - so we cannot use eit - if: github.event.pull_request.head.repo.full_name != github.repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.event.pull_request.head.ref }} diff --git a/.github/workflows/weekly_pull_requests.yaml b/.github/workflows/weekly_pull_requests.yaml index 0d14174b0..01bd89c31 100644 --- a/.github/workflows/weekly_pull_requests.yaml +++ b/.github/workflows/weekly_pull_requests.yaml @@ -28,7 +28,7 @@ jobs: steps: - - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.ACCESS_TOKEN }}