diff --git a/.github/workflows/cs.yaml b/.github/workflows/cs.yaml index 83d50663..fcdf786c 100644 --- a/.github/workflows/cs.yaml +++ b/.github/workflows/cs.yaml @@ -32,7 +32,7 @@ jobs: - name: Cache dependencies installed with composer - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ${{ env.COMPOSER_CACHE_DIR }} key: php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }} diff --git a/.github/workflows/psalm.yaml b/.github/workflows/psalm.yaml index ceccd1a3..8cdc4b52 100644 --- a/.github/workflows/psalm.yaml +++ b/.github/workflows/psalm.yaml @@ -32,7 +32,7 @@ jobs: - name: Cache dependencies installed with composer - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ${{ env.COMPOSER_CACHE_DIR }} key: php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }} diff --git a/src/Types/AcceptedGiftTypes.php b/src/Types/AcceptedGiftTypes.php index 45f9c80e..ff77e02c 100644 --- a/src/Types/AcceptedGiftTypes.php +++ b/src/Types/AcceptedGiftTypes.php @@ -1,9 +1,9 @@