diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 402f06b..aa4fae6 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -22,14 +22,14 @@ jobs: steps: - name: Checkout GLPI core (shallow) - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: repository: glpi-project/glpi ref: 11.0/bugfixes path: glpi - name: Checkout plugin - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: path: glpi/plugins/vip @@ -88,14 +88,14 @@ jobs: steps: - name: Checkout GLPI core - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: repository: glpi-project/glpi ref: 11.0/bugfixes path: glpi - name: Checkout plugin - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: path: glpi/plugins/vip diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index 5832934..2d8bc1a 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Psalm Security Scan uses: psalm/psalm-github-security-scan@f3e6fd9432bc3e44aec078572677ce9d2ef9c287