diff --git a/.github/workflows/automatic-rebase.yml b/.github/workflows/automatic-rebase.yml index 2aee5ad00..724a503ed 100644 --- a/.github/workflows/automatic-rebase.yml +++ b/.github/workflows/automatic-rebase.yml @@ -14,7 +14,7 @@ jobs: ) steps: - name: Checkout the latest code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 # otherwise, you will fail to push refs to dest repo diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 70ba28731..5b06f484c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,7 +42,7 @@ jobs: name: Test - impresscms:${{ matrix.impresscms_version }}; php:${{ matrix.php_version }}; ${{ matrix.database }}; ${{ matrix.os }}; composer:${{ matrix.composer_version }}; steps: - name: Checkouting project code... - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Testing addon... uses: impresscms-dev/test-impresscms-addon-action@v0.3