diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 875b98d..bf01444 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -43,8 +43,8 @@ jobs: name: Coding Standards runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - - uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 + - uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2 with: php-version: ${{ env.default_php }} tools: composer diff --git a/composer.json b/composer.json index f6a1bc6..387d524 100644 --- a/composer.json +++ b/composer.json @@ -70,7 +70,7 @@ "mezzio/mezzio-twigrenderer": "^2.18.0", "mikey179/vfsstream": "^1.6.12", "phpunit/phpunit": "^11.5.42", - "psalm/plugin-phpunit": "^0.19.5", + "psalm/plugin-phpunit": "^0.20.0", "roave/security-advisories": "dev-master", "vimeo/psalm": "^6.13.1" },