diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 193033b..0deb378 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -25,11 +25,11 @@ jobs: MARIADB_ROOT_PASSWORD: root steps: - name: Checkout plugin - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: ${{ github.workspace }}/loginoidc - name: Checkout matomo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: 'matomo-org/matomo' ref: ${{ matrix.matomo }}