diff --git a/.github/workflows/automatic-rebase.yml b/.github/workflows/automatic-rebase.yml index 724a503ed..2f6db319e 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@v5 + uses: actions/checkout@v6 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 5b06f484c..c5919148a 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@v5 + uses: actions/checkout@v6 - name: Testing addon... uses: impresscms-dev/test-impresscms-addon-action@v0.3