diff --git a/.github/workflows/component.yml b/.github/workflows/component.yml index 1a5b4199e..15cae3cea 100644 --- a/.github/workflows/component.yml +++ b/.github/workflows/component.yml @@ -29,7 +29,7 @@ jobs: name: PHP ${{ matrix.php-version }} / ${{ matrix.component }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Use PHP ${{ matrix.php-version }} uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 046e9c88c..3ea91b44e 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -15,6 +15,6 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: 'Dependency Review' uses: actions/dependency-review-action@v4 diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 3404101c3..7ca32397e 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -16,7 +16,7 @@ jobs: deps: ['low', 'high'] name: PHP ${{ matrix.php-version }} (${{ matrix.deps }}) steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Use PHP ${{ matrix.php-version }} uses: shivammathur/setup-php@v2 with: @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest name: PHPStan steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Use PHP 8.3 uses: shivammathur/setup-php@v2 with: @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest name: PHP CS Fixer steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Use PHP 8.3 uses: shivammathur/setup-php@v2 with: diff --git a/.github/workflows/provider.yml b/.github/workflows/provider.yml index 56acdf5e3..8d0036620 100644 --- a/.github/workflows/provider.yml +++ b/.github/workflows/provider.yml @@ -52,7 +52,7 @@ jobs: - TomTom - Yandex steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Use PHP ${{ matrix.php-version }} uses: shivammathur/setup-php@v2 with: diff --git a/.github/workflows/subtree.yml b/.github/workflows/subtree.yml index f6b990b8c..ce49acd27 100644 --- a/.github/workflows/subtree.yml +++ b/.github/workflows/subtree.yml @@ -25,7 +25,7 @@ jobs: app-id: ${{ vars.SUBTREE_APP_ID }} private-key: ${{ secrets.SUBTREE_APP_PRIVATE_KEY }} owner: ${{ github.repository_owner }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: token: ${{ steps.app-token.outputs.token }} fetch-depth: 0 @@ -45,7 +45,7 @@ jobs: app-id: ${{ vars.SUBTREE_APP_ID }} private-key: ${{ secrets.SUBTREE_APP_PRIVATE_KEY }} owner: ${{ github.repository_owner }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: token: ${{ steps.app-token.outputs.token }} fetch-depth: 0 @@ -65,7 +65,7 @@ jobs: app-id: ${{ vars.SUBTREE_APP_ID }} private-key: ${{ secrets.SUBTREE_APP_PRIVATE_KEY }} owner: ${{ github.repository_owner }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: token: ${{ steps.app-token.outputs.token }} fetch-depth: 0 @@ -126,7 +126,7 @@ jobs: app-id: ${{ vars.SUBTREE_APP_ID }} private-key: ${{ secrets.SUBTREE_APP_PRIVATE_KEY }} owner: ${{ github.repository_owner }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: token: ${{ steps.app-token.outputs.token }} fetch-depth: 0