diff --git a/.github/workflows/reports.yml b/.github/workflows/reports.yml index 39b4d0a..956e535 100644 --- a/.github/workflows/reports.yml +++ b/.github/workflows/reports.yml @@ -21,7 +21,7 @@ jobs: name: Generate Reports runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Get Composer Cache Directory id: composer-cache diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 64186b6..1a37860 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: matrix: php-version: [ '8.3', '8.4', '8.5' ] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Get Composer Cache Directory id: composer-cache diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index 3a8b7c3..4c01b05 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: ${{ github.token }} submodules: recursive