diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 5327a7b..34a5e4d 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Pages uses: actions/configure-pages@v6 diff --git a/.github/workflows/publish-docsets.yml b/.github/workflows/publish-docsets.yml index e687042..f4f985a 100644 --- a/.github/workflows/publish-docsets.yml +++ b/.github/workflows/publish-docsets.yml @@ -27,7 +27,7 @@ jobs: php-version: "8.5" - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Build Release assets id: build diff --git a/.github/workflows/test-compatibility.yml b/.github/workflows/test-compatibility.yml index 178417d..7ce8c6d 100644 --- a/.github/workflows/test-compatibility.yml +++ b/.github/workflows/test-compatibility.yml @@ -29,7 +29,7 @@ jobs: php-version: ${{ matrix.php }} - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Generate docsets run: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 499503b..ad385b9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,7 +50,7 @@ jobs: wget --version - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Show help run: ./generate.sh -h diff --git a/.github/workflows/update-dash-user-contributions.yml b/.github/workflows/update-dash-user-contributions.yml index 936b399..6db1f66 100644 --- a/.github/workflows/update-dash-user-contributions.yml +++ b/.github/workflows/update-dash-user-contributions.yml @@ -24,7 +24,7 @@ jobs: php-version: "8.5" - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Configure bot identity (global) run: |